Skip to content

Commit

Permalink
chore(lint): Exorcise tslint from the project
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Feb 20, 2020
1 parent b0c90cb commit 422a0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
25 changes: 2 additions & 23 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ module.exports = {
"sourceType": "module"
},
"plugins": [
"@typescript-eslint",
"@typescript-eslint/tslint"
"@typescript-eslint"
],
"rules": {
"indent": [
Expand Down Expand Up @@ -326,27 +325,7 @@ module.exports = {
"@typescript-eslint/type-annotation-spacing": "error",
"eol-last": "off",
"no-unused-expressions": "error",
"no-var": "error",
"@typescript-eslint/tslint/config": [
"error",
{
"rules": {
"one-line": [
true,
"check-else",
"check-whitespace",
"check-open-brace"
],
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-type"
]
}
}
]
"no-var": "error"
},
"settings": {}
};
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@types/glob": "7.1.1",
"@types/jest": "24.0.13",
"@typescript-eslint/eslint-plugin": "2.19.0",
"@typescript-eslint/eslint-plugin-tslint": "2.19.0",
"@typescript-eslint/parser": "2.19.0",
"async-done": "1.3.1",
"benchmark": "2.1.4",
Expand Down Expand Up @@ -97,7 +96,6 @@
"terser-webpack-plugin": "1.2.3",
"ts-jest": "24.0.2",
"ts-node": "8.2.0",
"tslint": "6.0.0",
"typedoc": "0.14.2",
"typescript": "3.7.4",
"validate-commit-msg": "2.14.0",
Expand Down

0 comments on commit 422a0bc

Please sign in to comment.