Ignore release dir for linting etc.

This commit is contained in:
2026-01-22 16:52:26 +07:00
parent 2a203e8e82
commit 86b85e9a0b
4 changed files with 6 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ const esmParserOptions = {
};
export default defineConfig([
globalIgnores(['dist/', 'coverage/', '!**/.*']),
globalIgnores(['dist/', 'coverage/', 'release/', '!**/.*']),
js.configs.recommended,
eslintConfigPrettier,
ember.configs.base,