Skip to content

Commit

Permalink
Feature/linter fix (#835)
Browse files Browse the repository at this point in the history
* updating updates for linter
  • Loading branch information
iruzevic authored Jul 8, 2024
1 parent 66cb2e1 commit 298d666
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 23 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import linterConfig from './linters/base.config.mjs';
import config from './linters/eslint.config.mjs';

export default linterConfig;
export default config;
3 changes: 1 addition & 2 deletions linters/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import baseConfig from './base.config.mjs';
import ignoreGitignored from './ignore-gitignored.mjs';

export default [ignoreGitignored, ...baseConfig];
export default baseConfig;
9 changes: 0 additions & 9 deletions linters/ignore-gitignored.mjs

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@eslint/compat": "^1.1.0",
"@infinumjs/eslint-config-react-js": "^3.5.0",
"@stylistic/eslint-plugin-js": "^2.3.0",
"@stylistic/stylelint-plugin": "^2.1.2",
"@swc/core": "^1.5.25",
Expand All @@ -52,10 +50,7 @@
"core-js": "^3.37.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint": "^9.6.0",
"file-loader": "^6.2.0",
"framer-motion": "^11.2.10",
"globals": "^15.8.0",
Expand Down

0 comments on commit 298d666

Please sign in to comment.