1.0.6 • Published 8 years ago

eslint-config-luxify v1.0.6

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

Eslint Config Luxify

The shared config for luxify repos.

Install

npm install eslint-config-luxify

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 Standard Style shareable config, first run this:

npm install eslint-config-luxify

Then, add this to your .eslintrc file:

{
  "extends": "luxify"
}