mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Add new rules to eslintrc.json file
This commit is contained in:
parent
8ab8201e53
commit
a91723eda1
@ -79,6 +79,7 @@
|
||||
// https://www.npmjs.com/package/eslint-plugin-unused-imports
|
||||
"no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
// turn on to error if needed to activate
|
||||
"@typescript-eslint/await-thenable":"off",
|
||||
"unused-imports/no-unused-imports": "error",
|
||||
"unused-imports/no-unused-vars": [
|
||||
|
Loading…
Reference in New Issue
Block a user