Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
I'd like to request that thecamelcase
rule is removed from therecommended
config to match ESLint:https://eslint.org/docs/rules/camelcase
Repro
{"rules": {"@typescript-eslint/<rule>": ["<setting>"] }}
// your repro code case
Expected Result
Actual Result
Additional Info
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin | 2.12.0 |
@typescript-eslint/parser | 2.12.0 |
TypeScript | 3.7.3 |
ESLint | 6.7.2 |
node | 10.18.0 |
npm | 6.13.4 |