1.0.2 • Published 3 years ago

@amcef/eslint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

AMCEF Eslint config

Extended Eslint config using prettier and import sort packages plugins

Installation

npm install --save-dev eslint @amcef/eslint-config

or

yarn add --dev eslint @amcef/eslint-config

Config is installed together with dependencies (react app, prettier, import sorting plugins)

Update package.json file (example with react config):

{
  "eslintConfig": {
    "extends": [
      "@amcef/eslint-config/react"
    ]
  }
}