@wortise/eslint-config
v1.2.1
Published
Wortise JS ESLint config
Downloads
34
Readme
@wortise/eslint-config
This package provides Wortise's JS ESLint rules as an extensible shared configuration.
Requirements
- node: >= 12
- npm: >= 5
Installation
- Install the dependency with the following command (which will also install peer dependencies):
npx install-peerdeps --dev @wortise/eslint-config
- Add the following line in your
.eslintrc
file:
"extends": "@wortise/eslint-config"