@monedata/eslint-config
v1.1.2
Published
Monedata JS ESLint config
Downloads
4
Maintainers
Readme
k# @monedata/eslint-config
This package provides Monedata'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 @monedata/eslint-config
- Add the following line in your
.eslintrc
file:
"extends": "@monedata/eslint-config"