Skip to content

Commit

Permalink
Fix ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolapps committed Dec 9, 2024
1 parent 21fc1c1 commit bf274cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
{
"files": "vite.config.ts",
"rules": {
"import/no-extraneous-dependencies": {
"import/no-extraneous-dependencies": ["error", {
"devDependencies": false
}
}]
}
}
]
Expand Down

0 comments on commit bf274cc

Please sign in to comment.