@arkecosystem/eslint-config-base

ESLint configuration for the Ark Ecosystem.

Usage no npm install needed!

<script type="module">
  import arkecosystemEslintConfigBase from 'https://cdn.skypack.dev/@arkecosystem/eslint-config-base';
</script>

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 security@ark.io. All security vulnerabilities will be promptly addressed.

Credits

License

MIT © ArkEcosystem