Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore(eslint): Don't lint docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jul 31, 2023
1 parent 36e5b95 commit fe527fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .eslintignore
@@ -0,0 +1,6 @@
.github/
.husky/
.nyc_output/
coverage/
docs/
node_modules/
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,7 +91,7 @@
"fix:code": "yarn lint:code --fix",
"fix:other": "yarn prettier --write",
"lint": "yarn lint:types && yarn lint:code && yarn lint:other",
"lint:code": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx .",
"lint:code": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:other": "yarn prettier --list-different",
"lint:types": "tsc --noEmit",
"postversion": "git push origin && git push origin --tags && npm publish",
Expand Down

0 comments on commit fe527fd

Please sign in to comment.