67P / kredits-web

Kredits Web UI
https://kredits.kosmos.org
6 stars 2 forks source link

Fix ESLint setup #202

Closed raucao closed 1 year ago

raucao commented 1 year ago

babel-eslint isn't working with node 16 anymore.

In addition to the new packages, also turn the remaining Ember errors into warnings, so we can fix them without npm test failing in the meantime.

raucao commented 1 year ago

You can easily verify the config by running npm test on your machine and checking that there are no errors and the command exits without an error code, too.

bumi commented 1 year ago

I had ran it, got no errors just "classic classes" warnings.