File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
"test:debug" : " ava debug --break" ,
36
36
"lint" : " npm-run-all --parallel lint:*" ,
37
37
"lint:prettier" : " prettier --check --ignore-path .gitignore '**/*.(js|cjs|mjs|json|yml|yaml|graphql)'" ,
38
- "lint:js" : " eslint --ignore-path .gitignore --ext .js ." ,
38
+ "lint:js" : " eslint --ignore-path .gitignore --ext .js,.cjs,.mjs ." ,
39
39
"preversion" : " npm-run-all --parallel lint test" ,
40
40
"postversion" : " git push --follow-tags" ,
41
41
"example" : " node examples" ,
42
42
"example:inspect" : " node --inspect examples" ,
43
43
"format" : " npm-run-all --parallel format:*" ,
44
44
"preformat" : " prettier --write --ignore-path .gitignore '**/*.(js|cjs|mjs|json|yml|yaml|graphql)'" ,
45
- "format:js" : " eslint --ignore-path .gitignore --fix --ext .js ." ,
45
+ "format:js" : " eslint --ignore-path .gitignore --fix --ext .js,.cjs,.mjs ." ,
46
46
"report" : " c8 report"
47
47
},
48
48
"engines" : {
You can’t perform that action at this time.
0 commit comments