[naming-convention] Cannot disable individual rule options · Issue #2755 · typescript-eslint/typescript-eslint

I configured the naming-convention rule to my needs in some quite detailed way: { "rules": { '@typescript-eslint/naming-convention': [ 'error', { 'selector': 'default', 'format': ['camelCase'] }, {...