diff --git a/.changeset/spotty-hounds-yell.md b/.changeset/spotty-hounds-yell.md new file mode 100644 index 0000000..7622027 --- /dev/null +++ b/.changeset/spotty-hounds-yell.md @@ -0,0 +1,5 @@ +--- +'eslint-config-widen': patch +--- + +Remove `camelcase` rule which was too noisy. diff --git a/packages/eslint-config-widen/src/index.ts b/packages/eslint-config-widen/src/index.ts index afc624e..5e74088 100644 --- a/packages/eslint-config-widen/src/index.ts +++ b/packages/eslint-config-widen/src/index.ts @@ -12,7 +12,6 @@ export = { }, plugins: ['widen'], rules: { - camelcase: 'warn', 'default-param-last': 'error', 'dot-notation': 'error', eqeqeq: [