Skip to content

Commit

Permalink
refactor: eslint for remix
Browse files Browse the repository at this point in the history
  • Loading branch information
qepo17 committed May 24, 2024
1 parent ed415d9 commit 5258fb4
Show file tree
Hide file tree
Showing 3 changed files with 2,547 additions and 5,268 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
commonjs: true,
es6: true,
},
ignorePatterns: ["!**/.server", "!**/.client"],
ignorePatterns: ["!**/.server", "!**/.client", '/@/'],

// Base config
extends: ["eslint:recommended"],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"clsx": "^2.1.1",
"decimal.js": "^10.4.3",
"isbot": "^4.1.0",
"nocodb-sdk": "^0.207.2",
"lucide-react": "^0.379.0",
"nocodb-sdk": "^0.207.2",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -40,9 +40,9 @@
"@remix-run/dev": "^2.9.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.38.0",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand Down
Loading

0 comments on commit 5258fb4

Please sign in to comment.