1.0.1 • Published 4 years ago

@affinityproject/eslint-config v1.0.1

Weekly downloads
90
License
Apache-2.0
Repository
github
Last release
4 years ago

ESLint Config

Affinity's Base ESLint Configuration

Installation

npm install --save-dev @affinityproject/eslint-config

For greater flexibility eslint dependencies are peer dependencies so you must install them yourself

npx install-peerdeps --dev @affinityproject/eslint-config

Usage

// .eslintrc.js

module.exports = {
  extends: ['@affinity/eslint-config'],
}