Commit 86766551 by G

warning on unused imports and variables

parent d1012494
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
"enabled": true, "enabled": true,
"rules": { "rules": {
"recommended": true, "recommended": true,
"correctness": {
"noUnusedImports": "warn",
"noUnusedVariables": "warn"
},
"complexity": { "complexity": {
"noExcessiveCognitiveComplexity": "error" "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