tslint-to-eslint-config icon indicating copy to clipboard operation
tslint-to-eslint-config copied to clipboard

'PascalCase' and 'snake_case' never get migrated in variable-name rule

Open sophia-belous opened this issue 3 years ago • 0 comments

PascalCase and snake_case configuration options never get migrated to eslint because formats variable is not used anywhere. See: https://github.com/typescript-eslint/tslint-to-eslint-config/blob/7c92c875a43018c7f5011283cf14da2a173a698f/src/converters/lintConfigs/rules/ruleConverters/variable-name.ts#L40-L63

sophia-belous avatar Apr 06 '22 02:04 sophia-belous