We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069cfa5 commit 9931836Copy full SHA for 9931836
web/eslint.config.js
@@ -6,7 +6,7 @@ import globals from 'globals';
6
import tseslint from 'typescript-eslint';
7
8
export default defineConfig([
9
- globalIgnores(['dist']),
+ globalIgnores(['dist', 'dev-dist']),
10
{
11
files: ['**/*.{ts,tsx}'],
12
extends: [
0 commit comments