Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
fix: filename-case rule add package-lock.json to ignore (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho committed Mar 8, 2021
1 parent d5e18dc commit 95f37c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/plugins/unicorn/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const rules = {
snakeCase: false
},
ignore: [
'next-env.d.ts'
'next-env.d.ts',
'package-lock.json'
]
}],
'unicorn/import-index': [ 'error', { ignoreImports: false }],
Expand Down

0 comments on commit 95f37c2

Please sign in to comment.