ember-cli / ember-welcome-page

Welcome page for Ember CLI applications
MIT License
12 stars 23 forks source link

Updated eslint to v8.30.0 #390

Closed ijlee2 closed 1 year ago

ijlee2 commented 1 year ago

Description

I updated eslint and related plugins to their latest version.

Note, @babel/core, @babel/eslint-parser, and @babel/plugin-proposal-decorators aren't needed when TypeScript is introduced. That is, these packages will eventually be replaced with @typescript-eslint/eslint-plugin and @typescript-eslint/parser.

References

For keeping .eslintrc.js up-to-date, refer to the Ember blueprint.