eslint-config-zals

0.1.8 • Public • Published

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"]
}

Package Sidebar

Install

npm i eslint-config-zals

Weekly Downloads

36

Version

0.1.8

License

MIT

Unpacked Size

26.3 kB

Total Files

26

Last publish

Collaborators

  • chenzhenyuan