prevent body error with eslint constructors
parent
cc1b9a2342
commit
f76c2c4da3
|
@ -36,6 +36,8 @@
|
||||||
"camelcase": "off",
|
"camelcase": "off",
|
||||||
"indent": "warn",
|
"indent": "warn",
|
||||||
"object-curly-newline": "off",
|
"object-curly-newline": "off",
|
||||||
"import/prefer-default-export": "off"
|
"import/prefer-default-export": "off",
|
||||||
|
"no-useless-constructor": "off",
|
||||||
|
"@typescript-eslint/no-useless-constructor": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue