style: update eslint of ban-types
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user