Quantum-Game / quantum-game-2

LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
https://quantumgame.io
MIT License
65 stars 16 forks source link

Linter work: fight the eslint-disable #153

Closed JStrebeyko closed 4 years ago

JStrebeyko commented 4 years ago

eslint-disables are used to opt out from a single rule, at-place, once.

54 are way too many, maybe it's the config that needs a tweak? most of them also lack the details about what is the rule being circumvented, making them case-to-case issues, hard to reason about.

sneakyweasel commented 4 years ago

Reduced it to 26 disabled-lines and fewer blanket disable