@axeptio/eslint-config-axeptio
v1.1.0
Published
To use this package in your projects do the following:
Downloads
14
Maintainers
Keywords
Readme
eslint-config-axeptio
To use this package in your projects do the following:
run npm i -D eslint-config-axeptio from the command line
add the following dev dependencies to your package.json file:
"eslint": "^8.29.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-indexof": "^0.1.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^6.0.0"
run npm install
create a .eslintrc.js file and add the following entry: { "extends": "eslint-config-axeptio" }