eslint-config-vynyl

3.1.1 • Public • Published

eslint-config-vynyl v3.x

npm version

This npm package provides Vynyl's eslint configuration as an extensible shared config for ESLint 3.x.

Usage

The package provides various ESLint 3.x configurations for usage in your project detailed below

  1. npm install --save-dev eslint@latest to install and the ESLint devDependency.
  2. npm install --save-dev eslint-config-vynyl@latest to install the sharable config.
  3. Choose from a sharable configuration below and add it to your .eslintrc (Instructions)

vynyl

Our default export contains all of our basic ESLint 3.x rules.

Usage: "extends": "vynyl"

vynyl/angular/1.x

Includes the base vynyl rules, browser globals and some additional rules from eslint-plugin-angular.

Usage: "extends": "vynyl/angular/1.x"

vynyl/node

Includes the base vynyl rules, node globals and additional rules for node only projects.

Usage: "extends": "vynyl/node"

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-vynyl

Weekly Downloads

1

Version

3.1.1

License

MIT

Last publish

Collaborators

  • noderat
  • zmixon