0.1.9 • Published 8 years ago

eslint-config-gigigo-standard v0.1.9

Weekly downloads
15
License
MIT
Repository
github
Last release
8 years ago

Gigigo Standard JavaScript coding style - ESLint Shareable Config

An ESLint Shareable Config for Gigigo Standard JavaScript Coding style.

Install

npm install eslint-config-gigigo-standard

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use the JavaScript Gigigo Standard Style shareable config, first run this:

npm install eslint-config-gigigo-standard

Then, add this to your .eslintrc file:

//With babel transpiling (browser or node)
{
  "extends": "gigigo-standard"
}

//Only node (no transpiling)
{
  "extends": "gigigo-standard/node"
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

LICENSE

MIT Eduardo Hidalgo H

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago