Disable es-lint check @typescript-eslint/no-unused-vars

This commit is contained in:
Shivam Mathur
2019-11-25 21:41:39 +05:30
parent 159a09794e
commit 6fdecd40be
2 changed files with 23 additions and 8 deletions
+2 -1
View File
@@ -17,6 +17,7 @@
"camelcase": "off",
"require-atomic-updates": "off",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/camelcase": "off"
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/no-unused-vars": "off"
}
}