Skip to content

Commit

Permalink
Add ignore lint-file-names script
Browse files Browse the repository at this point in the history
  • Loading branch information
sztadii committed Jun 23, 2024
1 parent 889c643 commit f415edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "react-scripts build",
"test": "CI=true react-scripts test --silent",
"lint": "npm run lint-scripts && npm run lint-styles && npm run lint-format && npm run lint-file-names",
"lint-file-names": "file-naming-enforcer type=kebabCase folder=./src",
"lint-file-names": "file-naming-enforcer type=kebabCase folder=./src ignore=[setupTests.ts]",
"lint-styles": "stylelint --max-warnings 0 \"**/*.scss\"",
"lint-scripts": "eslint \"./**/*.{ts,tsx}\" --max-warnings 0 --ignore-path .gitignore",
"lint-scripts-fix": "eslint \"./**/*.{ts,tsx}\" --fix --max-warnings 0 --ignore-path .gitignore",
Expand Down

0 comments on commit f415edc

Please sign in to comment.