Skip to content

Commit

Permalink
add ignore cases (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 authored Aug 2, 2024
1 parent ce96fd3 commit 2ca64e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import babelImportAttributesPlugin from '@babel/plugin-syntax-import-attributes'


export default [
{ignores: ["volumes/*", ".github/*", ".vscode/*", "example/*"]},
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
{
Expand All @@ -23,7 +24,6 @@ export default [
}
},
{
ignores: ["volumes/*"],
rules: {
'no-undef': 'off'
}
Expand Down

0 comments on commit 2ca64e3

Please sign in to comment.