0.0.7 • Published 6 years ago

eslint-config-ion v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

eslint-config-ion

ESLint Config for the Ion JavaScript style guide

Installation


Instal useingl:

# For yarn:
yarn add eslint-config-ion eslint --dev

# For npm:
npm install --save-dev eslint-config-ion eslint

Usage


Add ion rules to the plugins section of your .eslintrc configuration file.

{
  "extends": ["ion"]
}

Or

{
  "extends": ["eslint-config-ion"]
}