Skip to content

Commit 9931836

Browse files
committed
fix(eslint): add 'dev-dist' to global ignores
1 parent 069cfa5 commit 9931836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import globals from 'globals';
66
import tseslint from 'typescript-eslint';
77

88
export default defineConfig([
9-
globalIgnores(['dist']),
9+
globalIgnores(['dist', 'dev-dist']),
1010
{
1111
files: ['**/*.{ts,tsx}'],
1212
extends: [

0 commit comments

Comments
 (0)