Fix ESLint setup #202
Reference in New Issue
Block a user
Delete Branch "chore/fix_js_linting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
babel-eslintisn'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 testfailing in the meantime.not sure about the config, I don't know much there, but looks good to me.
You can easily verify the config by running
npm teston your machine and checking that there are no errors and the command exits without an error code, too.I had ran it, got no errors just "classic classes" warnings.