po-devs / po-web

Pokemon Online webclient
11 stars 18 forks source link

Currently stuffing ESLint errors #185

Closed sulcata closed 8 years ago

sulcata commented 8 years ago

Excerpt from app/assets/javascript/.eslintrc.json

"no-undef": "off",
"no-unused-vars": "off",
"block-scoped-var": "off",
"no-redeclare": "off",
"max-depth": "off",
"no-use-before-define": "off",
"eqeqeq": "off"

Hopefully we'll be able to go rule by rule and remove them from the list of stuffed errors.