Skip to content

Commit

Permalink
Update file-naming-enforcer and remove useless ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sztadii committed Jun 23, 2024
1 parent 8b54726 commit 18bf430
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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 ignore=[setupTests.ts]",
"lint-file-names": "file-naming-enforcer type=kebabCase folder=./src",
"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 Expand Up @@ -40,7 +40,7 @@
"@types/react-dom": "^18.0.11",
"bundlesize": "^0.18.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"file-naming-enforcer": "^1.6.0",
"file-naming-enforcer": "^1.8.0",
"http-request-mock": "^1.8.14",
"husky": "^4.3.8",
"lint-staged": "^12.3.2",
Expand Down

0 comments on commit 18bf430

Please sign in to comment.