File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,6 @@ module.exports = {
20
20
'vue'
21
21
] ,
22
22
rules : {
23
- 'no-console' : 'off' ,
24
- 'arrow-parens' : 0 ,
25
- 'generator-star-spacing' : 0 ,
26
- 'vue/html-closing-bracket-newline' : 0 ,
27
- 'vue/singleline-html-element-content-newline' : 0 ,
28
- 'vue/multiline-html-element-content-newline' : 0 ,
29
- 'vue/html-closing-bracket-spacing' : 0
23
+ 'no-console' : 'off'
30
24
}
31
25
}
Original file line number Diff line number Diff line change 5
5
"main" : " dist/vue-testing-library.js" ,
6
6
"scripts" : {
7
7
"lint" : " eslint --ext .js,.vue ." ,
8
+ "lint:fix" : " npm run lint -- --fix" ,
8
9
"test" : " jest --coverage" ,
9
10
"coveralls" : " cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" ,
10
11
"prepublishOnly" : " babel src --out-dir dist" ,
You can’t perform that action at this time.
0 commit comments