Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Sep 18, 2021
1 parent a759607 commit e4e9179
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = {

### tslint -> eslint

- [Roadmap: TSLint -> ESLint #4534](https://github.com/palantir/tslint/issues/4534)
- [Roadmap: tslint-microsoft-contrib -> ESLint #876](https://github.com/microsoft/tslint-microsoft-contrib/issues/876)
- [The future of TypeScript on ESLint](https://eslint.org/blog/2019/01/future-typescript-eslint)
- [ESLint Plugin TSLint](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin-tslint)
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
"@types/eslint": "^7.28.0",
"@types/glob": "^7.1.4",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@wwwouter/tslint-contrib": "^1.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/tslint-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const TSLINT_CONFIG = {
},
rulesDirectory: [
// array of paths to directories with rules, e.g. 'node_modules/tslint/lib/rules' (will be used if `lintFile` is not specified)
'node_modules/@wwwouter/tslint-contrib',
// 'node_modules/@wwwouter/tslint-contrib',
],
}

Expand Down

0 comments on commit e4e9179

Please sign in to comment.