Look for more lint
This commit is contained in:
parent
2ccabce064
commit
7acaf84c12
|
@ -0,0 +1,3 @@
|
|||
/doc
|
||||
/flow-typed
|
||||
/lib
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue