Skip to content

Commit 2083353

Browse files
fix(app-vite): Ignore unmatched patterns for ESLint plugin (quasarframework#12815)
1 parent fff468e commit 2083353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app-vite/lib/eslint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function extractStore ({
3636
const eslintOptions = {
3737
cache,
3838
fix,
39+
errorOnUnmatchedPattern: false,
3940
...rawOptions
4041
}
4142

0 commit comments

Comments
 (0)