Look for more lint

This commit is contained in:
Michael Vines 2018-08-24 08:25:36 -07:00
parent 2ccabce064
commit 7acaf84c12
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
/doc
/flow-typed
/lib

View File

@ -33,7 +33,7 @@
"codecov": "npm run test:cover && cat ./coverage/lcov.info | codecov",
"flow": "flow-typed install jest@22 && flow",
"flow:watch": "watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
"lint": "eslint src test examples",
"lint": "eslint .",
"lint:fix": "npm run lint --fix",
"lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/",
"prepublish": "npm run clean && npm run test && npm run flow && npm run lint && npm run doc && npm run build"