feat: add ignore eslint.config.ts
Some checks failed
Publish to npm / publish-npm (release) Failing after 8s
Some checks failed
Publish to npm / publish-npm (release) Failing after 8s
This commit is contained in:
parent
cd1cde14d7
commit
f6e39a9d63
1 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,13 @@ import tseslint from 'typescript-eslint';
|
|||
import { sortBaseRule, sortDetailedRule } from './sort';
|
||||
|
||||
const ignores = {
|
||||
ignores: ['dist/**', '**/dist/**', 'build/**', '**/build/**'],
|
||||
ignores: [
|
||||
'dist/**',
|
||||
'**/dist/**',
|
||||
'build/**',
|
||||
'**/build/**',
|
||||
'eslint.config.ts',
|
||||
],
|
||||
} as const;
|
||||
|
||||
const configs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue