5.0.0 • Published 12 months ago

eslint-config-modular-app v5.0.0

Weekly downloads
160
License
Apache-2.0
Repository
-
Last release
12 months ago

eslint-config-modular-app

An ESLint config, made for create-modular-react-app/modular-scripts. It's simply eslint-config-react-app with dependencies bundled in.

If you want to extend the ESLint configuration in a modular repo, add the following configuration in your project's root folder package.json with the following content:

"eslintConfig": {
  "extends": "modular-app"
}

That's it! Add your additional config to this file. Read more about extending sharable configuration packages here.