File tree 2 files changed +3
-7
lines changed
test/config/fixtures/invalid
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 50
50
],
51
51
"scripts" : {
52
52
"test" : " c8 --reporter=html --reporter=text mocha \" test/*/_index.js\" \" **/*.test.js\" --ignore=\" node_modules/**\" " ,
53
- "lint" : " eslint . && prettier --list-different \" **/*.js\" --ignore-path .gitignore" ,
54
- "fix" : " eslint . --fix && prettier --write \" **/*.js\" --ignore-path .gitignore" ,
53
+ "lint" : " eslint --ignore-path .gitignore . && prettier --list-different \" **/*.js\" --ignore-path .gitignore" ,
54
+ "fix" : " eslint --ignore-path .gitignore --fix . && prettier --write \" **/*.js\" --ignore-path .gitignore" ,
55
55
"typecheck" : " tsc" ,
56
56
"test-browser" : " rollup -c && node ./test/browser.js" ,
57
57
"test-regression" : " NO_DIFF=1 node ./test/regression.js" ,
61
61
"singleQuote" : true
62
62
},
63
63
"eslintConfig" : {
64
- "ignorePatterns" : [
65
- " dist" ,
66
- " fixtures"
67
- ],
68
64
"parserOptions" : {
69
65
"ecmaVersion" : " 2021"
70
66
},
Original file line number Diff line number Diff line change 1
- module . exports = { plugins } ;
1
+ module . exports = { plugins } ; // eslint-disable-line no-undef
You can’t perform that action at this time.
0 commit comments