funidata / hybridilusmu

Hybridityöskentelyn tukisovellus Slack-integraatiolla, HY Ohtuprojekti 2021 syksy
https://funidata.github.io/hybridilusmu/
1 stars 0 forks source link

Clean up inline linter rules from code #67

Open joonashak opened 1 year ago

joonashak commented 1 year ago

Codebase includes quite a lot of inline linter rules. After updating the linter config, some of these will be simply stale. Remove those. For the rest, make a fair attempt to refactor the code so that the inline linter rule is not necessary.

I'd argue that adding custom rule configurations to .eslintrc.yaml should be avoided in the scope of this issue.