Commit 86766551 by G

warning on unused imports and variables

parent d1012494
......@@ -17,6 +17,10 @@
"enabled": true,
"rules": {
"recommended": true,
"correctness": {
"noUnusedImports": "warn",
"noUnusedVariables": "warn"
},
"complexity": {
"noExcessiveCognitiveComplexity": "error"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment