Skip to content

Commit

Permalink
feat(unicorn.js): disable unicorn/filename-case rule
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMiguel committed Jul 27, 2023
1 parent 48d2ddd commit d1746d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules/unicorn.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
extends: ['plugin:unicorn/recommended'],
rules: {
'unicorn/filename-case': 'off',
},
}

0 comments on commit d1746d4

Please sign in to comment.