@arkecosystem/eslint-config-base
v0.1.0
Published
ESLint configuration for the Ark Ecosystem.
Downloads
4
Readme
ESLint Base Configuration
This configuration is based on eslint-config-airbnb-base and used in Ark Ecosystem projects with slight modifications on a per project basis.
Installation
yarn
yarn add @arkecosystem/eslint-config-base --dev
.eslintrc.json
{
"extends": ["@arkecosystem/eslint-config-base"]
}
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.