Skip to content

Commit

Permalink
fix(build): remove tslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 12, 2021
1 parent 579b66f commit cd8d376
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 276 deletions.
71 changes: 2 additions & 69 deletions config/eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"eslint-plugin-mocha",
"eslint-plugin-no-null",
"eslint-plugin-sonarjs",
"@typescript-eslint",
"@typescript-eslint/tslint"
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/adjacent-overload-signatures": "error",
Expand Down Expand Up @@ -291,72 +290,6 @@
"sonarjs/no-redundant-jump": "error",
"sonarjs/no-same-line-conditional": "error",
"sonarjs/no-useless-catch": "error",
"sonarjs/prefer-immediate-return": "error",
"@typescript-eslint/tslint/config": [
"error",
{
"rules": {
"ban": [
true,
{
"message": "use lodash isString",
"name": [
"util",
"isString"
]
},
{
"message": "use lodash isNil",
"name": [
"util",
"isNullOrUndefined"
]
}
],
"import-spacing": true,
"jsdoc-format": [
true,
"check-multiline-start"
],
"no-dynamic-delete": true,
"no-inferred-empty-object-type": true,
"no-reference-import": true,
"object-literal-sort-keys": true,
"one-line": [
true,
"check-catch",
"check-else",
"check-finally",
"check-open-brace",
"check-whitespace"
],
"prefer-switch": true,
"strict-type-predicates": true,
"trailing-comma": [
true,
{
"esSpecCompliant": true,
"multiline": {
"arrays": "always",
"functions": "never",
"object": "always"
},
"singleline": "never"
}
],
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type",
"check-typecast",
"check-type-operator",
"check-rest-spread"
]
}
}
]
"sonarjs/prefer-immediate-return": "error"
}
}
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@types/source-map-support": "0.5.3",
"@types/yargs": "16.0.3",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/eslint-plugin-tslint": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"bunyan": "1.8.15",
"chai": "4.3.4",
Expand Down Expand Up @@ -80,7 +79,6 @@
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-serve": "1.1.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-tslint": "0.2.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-uglify": "6.0.4",
"rollup-plugin-yaml": "2.0.0",
Expand All @@ -89,12 +87,6 @@
"sinon-chai": "3.7.0",
"source-map-support": "0.5.19",
"standard-version": "9.3.0",
"tslint": "6.1.3",
"tslint-clean-code": "0.2.10",
"tslint-consistent-codestyle": "1.16.0",
"tslint-etc": "1.13.9",
"tslint-microsoft-contrib": "6.2.0",
"tslint-sonarts": "1.9.0",
"typescript": "4.3.2",
"yargs": "16.2.0"
},
Expand Down

0 comments on commit cd8d376

Please sign in to comment.