We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45daad8 commit e02db84Copy full SHA for e02db84
1 file changed
eslint.config.js
@@ -6,7 +6,7 @@ import tseslint from 'typescript-eslint';
6
import { defineConfig, globalIgnores } from 'eslint/config';
7
8
export default defineConfig([
9
- globalIgnores(['dist']),
+ globalIgnores(['dist', '.yarn/', '.pnp.cjs', '.pnp.loader.mjs']),
10
{
11
files: ['**/*.{ts,tsx}'],
12
extends: [
0 commit comments