Skip to content

Commit 9855dbb

Browse files
committed
Upgrade linting config
1 parent 08bd9a1 commit 9855dbb

2 files changed

Lines changed: 199 additions & 143 deletions

File tree

packages/app/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig, globalIgnores } from 'eslint/config';
44
const opts = detectOpts(import.meta.dirname);
55

66
const config = defineConfig([
7-
globalIgnores(['dist/', 'dist-ts/']),
7+
globalIgnores(['dist/', 'dist-css/', 'dist-ts/']),
88
...createConfig(opts),
99
]);
1010

0 commit comments

Comments
 (0)