mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-17 03:25:31 +00:00
feat: quicker lint by being more specific
This commit is contained in:
parent
90501ec3b5
commit
a73246306d
@ -10,7 +10,7 @@
|
||||
"test_build": "rollup -c",
|
||||
"test": "jest",
|
||||
"watch:test": "jest --watch --noStackTrace",
|
||||
"generate-parser": "node ./dist/generate-custom-parser.js && eslint src/** --fix --quiet > /dev/null",
|
||||
"generate-parser": "node ./dist/generate-custom-parser.js && eslint src/extractors/custom/**/*.js --fix --quiet > /dev/null",
|
||||
"add-contributor": "all-contributors add",
|
||||
"generate-contributors": "all-contributors generate"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user