Convert tslint to eslint #86

Merged
xiaohai2271 merged 9 commits from feature-tslint2eslint into master 2021-03-12 18:00:06 +08:00
Showing only changes of commit 7f4e4568e5 - Show all commits

View File

@@ -31,7 +31,16 @@
// "on" // "on"
// ], // ],
"@typescript-eslint/ban-types": [ "@typescript-eslint/ban-types": [
"off" "error",
{
"types": {
"Object": {
"message": "Use {} instead",
"fixWith": "{}"
},
"{}": false
}
}
], ],
"@angular-eslint/component-selector": [ "@angular-eslint/component-selector": [
"off", "off",