Skip to content

Commit

Permalink
Restore original .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Jul 5, 2024
1 parent 8bacd7a commit 43ae64a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
},
"ignorePatterns": ["**/config.js", "vite.config.ts", "src/vite-env.d.ts"],
"rules": {
"@typescript-eslint/no-unused-vars": ["warn", { "vars": "all", "args": "after-used" }],
"@typescript-eslint/no-explicit-any": "warn",
"array-bracket-spacing": [ 2, "always", {
"objectsInArrays": true,
"arraysInArrays": true
Expand Down

0 comments on commit 43ae64a

Please sign in to comment.