We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908381c commit c2708b1Copy full SHA for c2708b1
1 file changed
playground/eslint.config.js
@@ -6,7 +6,7 @@ import globals from 'globals';
6
import tseslint from 'typescript-eslint';
7
8
export default tseslint.config(
9
- { ignores: ['dist', 'src/api'] },
+ { ignores: ['dist', 'public', 'src/api'] },
10
{
11
extends: [js.configs.recommended, ...tseslint.configs.recommended],
12
files: ['**/*.{ts,tsx}'],
0 commit comments