Skip to content

Commit

Permalink
Remove camelcase rule (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Skelton authored Apr 6, 2022
1 parent da5003d commit dac6d42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-hounds-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-config-widen': patch
---

Remove `camelcase` rule which was too noisy.
1 change: 0 additions & 1 deletion packages/eslint-config-widen/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export = {
},
plugins: ['widen'],
rules: {
camelcase: 'warn',
'default-param-last': 'error',
'dot-notation': 'error',
eqeqeq: [
Expand Down

0 comments on commit dac6d42

Please sign in to comment.