Convert tslint to eslint #86
@@ -31,7 +31,16 @@
|
||||
// "on"
|
||||
// ],
|
||||
"@typescript-eslint/ban-types": [
|
||||
"off"
|
||||
"error",
|
||||
{
|
||||
"types": {
|
||||
"Object": {
|
||||
"message": "Use {} instead",
|
||||
"fixWith": "{}"
|
||||
},
|
||||
"{}": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"@angular-eslint/component-selector": [
|
||||
"off",
|
||||
|
||||
Reference in New Issue
Block a user