File tree Expand file tree Collapse file tree 3 files changed +302
-442
lines changed
Expand file tree Collapse file tree 3 files changed +302
-442
lines changed Original file line number Diff line number Diff line change 33module . exports = {
44 root : true ,
55 env : {
6- browser : true ,
6+ browser : true
77 } ,
88 // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
9- extends : 'standard' ,
9+ extends : [ 'standard' , 'plugin:vue/base' ] ,
1010 // required to lint *.vue files
1111 plugins : [
1212 'html'
Original file line number Diff line number Diff line change 4545 "coveralls" : " 3.1.0" ,
4646 "cross-env" : " 7.0.2" ,
4747 "es6-object-assign" : " 1.1.0" ,
48- "eslint" : " 4.19.1 " ,
48+ "eslint" : " 7.10.0 " ,
4949 "eslint-config-standard" : " 11.0.0" ,
50- "eslint-plugin-html" : " 4.0.6 " ,
50+ "eslint-plugin-html" : " 6.1.0 " ,
5151 "eslint-plugin-import" : " 2.22.1" ,
5252 "eslint-plugin-node" : " 5.2.1" ,
5353 "eslint-plugin-promise" : " 3.8.0" ,
5454 "eslint-plugin-standard" : " 3.1.0" ,
55+ "eslint-plugin-vue" : " ^7.0.1" ,
5556 "jquery" : " 3.5.1" ,
5657 "karma" : " 5.2.3" ,
5758 "karma-chrome-launcher" : " 3.1.0" ,
You can’t perform that action at this time.
0 commit comments