@faasjs/eslint-config-recommended

License: MITopen in new windowNPM Stable Versionopen in new windowNPM Beta Versionopen in new window

ESLint configuration for node.

Install

npm install @faasjs/eslint-config-recommended

Then put the following code into your package.json file:

"eslintConfig": {
  "extends": [
    "@faasjs/recommend"
  ]
}

Usage

npm exec eslint .