noUselessConstructor
This commit is contained in:
parent
6cbf5172b8
commit
f6546e33af
2 changed files with 4 additions and 3 deletions
|
|
@ -19,7 +19,8 @@
|
|||
"complexity": {
|
||||
"noBannedTypes": "off",
|
||||
"noForEach": "off",
|
||||
"useLiteralKeys": "off"
|
||||
"useLiteralKeys": "off",
|
||||
"noUselessConstructor": "off"
|
||||
},
|
||||
"correctness": {
|
||||
"noEmptyPattern": "off",
|
||||
|
|
@ -46,4 +47,4 @@
|
|||
"attributePosition": "multiline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue