tslint-to-eslint-config
tslint-to-eslint-config copied to clipboard
Converts your TSLint configuration to the closest possible ESLint equivalent. 🚀
### 🐛 Bug Report - `tslint-to-eslint-config` version: 2.10.0 - ESLint version: N/A - Node version: v14.17.6 #### Actual Behavior Running tslint-to-eslint-config on a tslint.json file with a `variable-name` rule, but...
### 💥 Missing Converter - `tslint-to-eslint-config` version: 2.9.1 - `typescript-eslint` version: 7.32.0 #### TSLint Rule Name | TSLint Rule | ESLint Rule | |-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | id-length | https://eslint.org/docs/rules/id-length | |...
### 💥 Missing Converter - `tslint-to-eslint-config` version: 2.9.1 - `typescript-eslint` version: 7.32.0 #### TSLint Rule Name All rules can be added. #### Package Source TSLint package: https://github.com/jonaskello/tslint-immutable ESLint package: https://github.com/jonaskello/eslint-plugin-functional...
### 🚀 Feature Request Handle [tslint-eslint-rules](https://github.com/buzinas/tslint-eslint-rules) when converting to directly put them in the `rules` of the config. #### Existing Behavior It puts valid `eslint` rules into `@typescript-eslint/tslint/config` #### Change...
### 🚀 Feature Request Following #151 example, if you try to convert TSLint rules into ESLint ones for some projects that make use of external static code analyzer like as...
### 💥 Missing Merger - `tslint-to-eslint-config` version: 2.9.1 - ESLint version: 7.32.0 #### CLI Output ```text ✨ 55 rules replaced with their ESLint equivalents. ✨ ❗ 6 ESLint rules behave...
### 🐛 Bug Report - `tslint-to-eslint-config` version: 2.6.0 - ESLint version: 7.26.0 - Node version: 10.16.1 #### Actual Behavior Relates to: https://github.com/typescript-eslint/tslint-to-eslint-config/issues/175 `import/no-internal-modules` is not a great substitution for TSLint's...
### Overview `@typescript-eslint/ban-types` has a `fixWith` option for types. https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/ban-types.md #### Actual Behavior That `fixWith` might go away if two rule arguments `types` lists are merged and the _second_ doesn't...
### 🚀 Feature Request Following #732 to add a Node API and #820 to add a standalone comment conversion API, it might also be useful for Node API consumers to...
### 🚀 Feature Request #### Existing Behavior We do have declared a merger for the `@typescript-eslint/no-unnecessary-type-assertion` rule but this doesn't seems to require it as it is pretty much a...