Update next lint command

This commit is contained in:
Vitaly Rtishchev
2025-09-12 11:18:49 +03:00
parent 929c09edd7
commit f3ab9bddb7
5 changed files with 670 additions and 19 deletions

View File

@ -9,7 +9,7 @@
"start": "next start",
"typecheck": "tsc --noEmit",
"lint": "npm run eslint && npm run stylelint",
"eslint": "next lint",
"eslint": "eslint .",
"stylelint": "stylelint '**/*.css' --cache",
"jest": "jest",
"jest:watch": "jest --watch",
@ -30,6 +30,7 @@
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.35.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@storybook/addon-themes": "^9.1.5",
@ -46,6 +47,7 @@
"babel-loader": "^10.0.0",
"eslint": "^9.35.0",
"eslint-config-mantine": "^4.0.3",
"eslint-config-next": "15.5.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"jest": "^30.1.3",