Tinkoff / linters

Tinkoff ESlint, Stylelint and Prettier linter configurations
Apache License 2.0
124 stars 24 forks source link

feat(eslint-config): allow break convention for quoted names #207

Closed zy2ba closed 1 year ago

zy2ba commented 1 year ago

See for reasons description https://typescript-eslint.io/rules/naming-convention/#ignore-properties-that-require-quotes

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Eslint error on objects with qoted properties like this:

{
    'ts-jest': {
      tsconfig: '<rootDir>/tsconfig.spec.json',
    },
}

What is the new behavior?

linter ignore qoted props

Does this PR introduce a breaking change?