Skip to content

Commit 58db71d

Browse files
committed
ignore build path
1 parent 46824a7 commit 58db71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import globals from 'globals';
99
import typescriptEslint from 'typescript-eslint';
1010

1111
export default typescriptEslint.config(
12-
{ ignores: ['*.d.ts', '**/coverage', '**/dist', 'vendor/**'] },
12+
{ ignores: ['*.d.ts', '**/coverage', '**/dist', 'vendor/**', 'public/build/**'] },
1313
{
1414
files: ['**/*.js'],
1515
...eslint.configs.recommended,

0 commit comments

Comments
 (0)