Using gitignore for eslint
This commit is contained in:
parent
3e729b2a34
commit
ef4259908c
@ -1,2 +0,0 @@
|
||||
build/
|
||||
node_modules/
|
@ -15,7 +15,7 @@
|
||||
"start:http-server": "http-server ./build",
|
||||
"build": "webpack --config webpack.prod.js",
|
||||
"test": "jest",
|
||||
"test:lint": "eslint .",
|
||||
"test:lint": "eslint --ignore-path .gitignore .",
|
||||
"precommit": "run-s test:lint"
|
||||
},
|
||||
"jest": {
|
||||
|
Loading…
Reference in New Issue
Block a user