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

Converts your TSLint configuration to the closest possible ESLint equivalent. 🚀

Results 43 tslint-to-eslint-config issues
Sort by recently updated
recently updated
newest added

### 🐛 Bug Report - `tslint-to-eslint-config` version: 2.3.0 - ESLint version: 7.24.0 #### Actual Behavior ```json "variable-name": [ true, "ban-keywords" ] ``` is converted to ```json "id-blacklist": [ "error", "any",...

status: accepting prs
good first issue
area: incorrect converter

### 🚀 Feature Request Splitting out of #959: users of specifically known frameworks might need to be told to use a different tool. So far that's just angular-eslint. #### Existing...

type: enhancement
status: needs investigation

### 🐛 Bug Report - `tslint-to-eslint-config` version: 2.1.0 - ESLint version: 7.18.0 - Node version: 12.18.0 #### Actual Behavior * tslint-to-eslint-config does not know the ESLint equivalent for TSLint's "prefer-method-signature"....

status: in discussion
area: missing converter

### 🚀 Feature Request Currently migration will just output notice that top level named functions are disallowed by the plugin, but default tslint behaviour is to allow them. I think...

status: accepting prs
area: incorrect converter

### 🚀 Feature Request Forking off of #744: I can't find any kind of CSON diff writer equivalent to [`jsondiffpatch`](https://github.com/benjamine/jsondiffpatch)... does such a thing exist? #### Existing Behavior Atom config...

type: enhancement
status: accepting prs
area: editor configs

### 🚀 Feature Request Forking conversation from https://github.com/typescript-eslint/tslint-to-eslint-config/issues/738#issuecomment-706321235: > Also the error message for the error shown here [typescript-eslint/typescript-eslint#967](https://github.com/typescript-eslint/typescript-eslint/issues/967) can be fixed with this and the combination of fixing the...

type: enhancement
status: needs investigation
area: lint configurations

### 🚀 Feature Request Following #58, https://eslint.org/docs/user-guide/configuring states: > **Configuration Files** - use a JavaScript, JSON or YAML file to specify configuration information for an entire directory and all of...

type: enhancement
status: accepting prs

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`5.53.0` -> `8.34.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.53.0/8.34.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.34.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | [`1.3.104` -> `1.12.1`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.104/1.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://redirect.github.com/typicode/husky) | [`8.0.3` -> `9.1.7`](https://renovatebot.com/diffs/npm/husky/8.0.3/9.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies