cozy / create-cozy-app

A CLI to bootstrap a "zero-configuration" application for the Cozy V3 platform
https://docs.cozy.io/en/tutorials/app/
MIT License
16 stars 15 forks source link

feat: Bump eslint to v7 #1417

Closed acezard closed 3 years ago

acezard commented 3 years ago

Eslint 7 will allow us to lint Typescript files and will also provide benefits when linting JS files due to updated rules

BREAKING CHANGE: this will introduce linting errors in code that was previously error-free. Please refer to https://eslint.org/docs/user-guide/migrating-to-6.0.0 and https://eslint.org/docs/user-guide/migrating-to-7.0.0 for in depth information