eslint-config-zals

ESLint Config for the ZALS JavaScript style guide


Keywords
eslintconfig, eslint, config, zals, javascript, styleguide
License
MIT
Install
npm install eslint-config-zals@0.1.8

Documentation

eslint-config-zals

ESLint Config for the ZALS JavaScript style guide

Installation


Instal useing:

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

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

Usage


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

{
  "extends": ["zals"]
}

Or

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