@faasjs/eslint-config-recommended
open in new window
open in new window
open 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 .