Edwin
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created webstorm ignoring noUnusedLocals and noUnusedParameters in inspections
Hello,I am running the latest webstorm and typescript. I have eslint rule enabled"@typescript-eslint/no-unused-vars": “warn” I also have in mytsconfig"noUnusedLocals": false, /* Repo...