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",
|
"codecov": "npm run test:cover && cat ./coverage/lcov.info | codecov",
|
||||||
"flow": "flow-typed install jest@22 && flow",
|
"flow": "flow-typed install jest@22 && flow",
|
||||||
"flow:watch": "watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
|
"flow:watch": "watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
|
||||||
"lint": "eslint src test examples",
|
"lint": "eslint .",
|
||||||
"lint:fix": "npm run lint --fix",
|
"lint:fix": "npm run lint --fix",
|
||||||
"lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/",
|
"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"
|
"prepublish": "npm run clean && npm run test && npm run flow && npm run lint && npm run doc && npm run build"
|
||||||
|
|
Loading…
Reference in New Issue