Skip to content

Commit

Permalink
Merge pull request #130 from JoSSte/featuyre/removeTSlint
Browse files Browse the repository at this point in the history
Feature/remove-tslint
  • Loading branch information
JoSSte authored Dec 1, 2023
2 parents bd4d134 + 273f303 commit e5a1ac5
Show file tree
Hide file tree
Showing 4 changed files with 1,450 additions and 503 deletions.
15 changes: 2 additions & 13 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ module.exports = {
},
"plugins": [
"@angular-eslint/eslint-plugin",
"@typescript-eslint",
"@typescript-eslint/tslint"
"@typescript-eslint"
],
"rules": {
"@angular-eslint/component-class-suffix": "error",
Expand Down Expand Up @@ -186,16 +185,6 @@ module.exports = {
]
}
],
"valid-typeof": "error",
"@typescript-eslint/tslint/config": [
"error",
{
"rules": {
"import-spacing": true,
"invoke-injectable": true,
"whitespace": true
}
}
]
"valid-typeof": "error"
}
};
Loading

0 comments on commit e5a1ac5

Please sign in to comment.