We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5445b commit df858fbCopy full SHA for df858fb
.eslintrc.js
@@ -4,7 +4,7 @@ module.exports = {
4
es2021: true,
5
node: true,
6
},
7
- ignorePatterns: ["vite.config.js", "rollup.config.js"],
+ ignorePatterns: ["rollup.config.js"],
8
overrides: [
9
{
10
files: ["*.ts", "*.tsx"],
0 commit comments