We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bd9a1 commit 9855dbbCopy full SHA for 9855dbb
2 files changed
packages/app/eslint.config.js
@@ -4,7 +4,7 @@ import { defineConfig, globalIgnores } from 'eslint/config';
4
const opts = detectOpts(import.meta.dirname);
5
6
const config = defineConfig([
7
- globalIgnores(['dist/', 'dist-ts/']),
+ globalIgnores(['dist/', 'dist-css/', 'dist-ts/']),
8
...createConfig(opts),
9
]);
10
0 commit comments