Skip to content

Commit

Permalink
fix: ignore import_map.json for filename-case
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 4, 2024
1 parent d620c50 commit db19c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/unicorn.ts
Expand Up @@ -17,7 +17,7 @@ export const unicorn: FlatESLintConfigItem[] = [
'error',
{
cases: { kebabCase: true, pascalCase: true },
ignore: [/^[A-Z]+\..*$/],
ignore: [/^[A-Z]+\..*$/, /import_map\.json/],
},
],
'unicorn/new-for-builtins': 'error',
Expand Down

0 comments on commit db19c36

Please sign in to comment.