0.1.9 • Published 9 years ago
eslint-config-gigigo-standard v0.1.9
Gigigo Standard JavaScript coding style - ESLint Shareable Config
An ESLint Shareable Config for Gigigo Standard JavaScript Coding style.
Install
npm install eslint-config-gigigo-standardUsage
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-standardThen, 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