update eslint rules
parent
4f84fc7dee
commit
8450b08abc
|
@ -40,6 +40,7 @@
|
||||||
"no-useless-constructor": "off",
|
"no-useless-constructor": "off",
|
||||||
"@typescript-eslint/no-useless-constructor": 2,
|
"@typescript-eslint/no-useless-constructor": 2,
|
||||||
"import/extensions": "off",
|
"import/extensions": "off",
|
||||||
"no-param-reassign": "off"
|
"no-param-reassign": "off",
|
||||||
|
"no-underscore-dangle": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue