4.0.0 • Published 4 years ago

@maiertech/eslint-config v4.0.0

Weekly downloads
186
License
MIT
Repository
github
Last release
4 years ago

@maiertech/eslint-config

NPM version

This package provides an ESLint config for @maiertech projects as an extensible shared config. Run

npm i --save-dev eslint @maiertech/eslint-config

to install. Then create .eslintrc.json in your project root with

{
  "extends": "@maiertech"
}

or add a eslintConfig prop with the same content to your package.json.

This ESLint config is based on eslint-config-react-app:

ESM support

This package supports CJS only, because ESLint does not support ESM configuration at this time.