0.1.3 • Published 5 years ago

@skyverge/eslint-config v0.1.3

Weekly downloads
109
License
MIT
Repository
github
Last release
5 years ago

SkyVerge JavaScript Coding Standards

Coding Standards for ES6 JavaScript shareable configuration for ESLint, via npm package.

Based on WordPress JavaScript Coding Standards.

See also:

Installation

From command line:

npm install @skyverge/eslint-config

Usage

Add to your .eslintrc.json file or equivalent the following entry:

{
  "extends": [ "plugin:@skyverge/eslint-config" ]
}

If you are using YAML or JavaScript for your ESlint configuration file format make sure you use the correct syntax for the language used.