We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d620c50 commit db19c36Copy full SHA for db19c36
src/configs/unicorn.ts
@@ -17,7 +17,7 @@ export const unicorn: FlatESLintConfigItem[] = [
17
'error',
18
{
19
cases: { kebabCase: true, pascalCase: true },
20
- ignore: [/^[A-Z]+\..*$/],
+ ignore: [/^[A-Z]+\..*$/, /import_map\.json/],
21
},
22
],
23
'unicorn/new-for-builtins': 'error',
0 commit comments