Skip to content

Commit

Permalink
chore(eslint): remove --ignore-path (#1612)
Browse files Browse the repository at this point in the history
ESLint respects .gitignore
  • Loading branch information
XhmikosR committed Dec 28, 2020
1 parent ad3e30b commit 17f0d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,7 +62,7 @@
"test:jest": "jest",
"test:types": "tsd",
"lint": "npm run lint:es && npm run lint:prettier",
"lint:es": "eslint --ignore-path .prettierignore .",
"lint:es": "eslint .",
"lint:prettier": "npm run format:prettier:raw -- --check",
"format": "npm run format:es && npm run format:prettier",
"format:es": "npm run lint:es -- --fix",
Expand Down

0 comments on commit 17f0d08

Please sign in to comment.