Skip to content

Commit

Permalink
Disable no-extraneous-dependencies in Vite conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolapps committed Dec 9, 2024
1 parent d1e27a2 commit 4eb1709
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"react/jsx-props-no-spreading": 0,
"react/function-component-definition": 0
}
},
{
"files": "vite.config.ts",
"rules": {
"import/no-extraneous-dependencies": {
"devDependencies": false
}
}
}
]
}

0 comments on commit 4eb1709

Please sign in to comment.