Skip to content

Commit c2708b1

Browse files
committed
feat: update ESLint configuration to ignore 'public' directory
1 parent 908381c commit c2708b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/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 tseslint.config(
9-
{ ignores: ['dist', 'src/api'] },
9+
{ ignores: ['dist', 'public', 'src/api'] },
1010
{
1111
extends: [js.configs.recommended, ...tseslint.configs.recommended],
1212
files: ['**/*.{ts,tsx}'],

0 commit comments

Comments
 (0)