From dac6d422dfc58ecbe367597da0a1b6b296df9e25 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Wed, 6 Apr 2022 14:49:40 -0500 Subject: [PATCH] Remove `camelcase` rule (#15) --- .changeset/spotty-hounds-yell.md | 5 +++++ packages/eslint-config-widen/src/index.ts | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/spotty-hounds-yell.md 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: [