Skip to content

Commit

Permalink
don't run eslint on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Oct 29, 2024
1 parent f16b34c commit 1cd8b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"check-types": "tsc -p . --noEmit",
"lint": "eslint \"*/**/*.{js,ts,tsx,mdx}\" --max-warnings 0 --fix",
"lint-check": "eslint \"*/**/*.{js,ts,tsx,mdx}\" --max-warnings 0",
"lint": "eslint \"{src/**,*}/*.{js,ts,tsx,mdx}\" --max-warnings 0 --fix",
"lint-check": "eslint \"{src/**,*}/*.{js,ts,tsx,mdx}\" --max-warnings 0",
"prepare": "husky"
},
"dependencies": {
Expand Down

0 comments on commit 1cd8b77

Please sign in to comment.