2.3.0 • Published 8 years ago

eslint-config-wish-technology v2.3.0

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

eslint-config-wish-technology

travis build dependencies devDependencies

version downloads MIT License semantic-release

ESLint config used at wish-technology. Basically eslint-config-airbnb with some overrides.

Usage

Install the conventions by running:

npm install --save-dev eslint eslint-config-wish-technology

Then add the extends to your .eslintrc:

{
  "extends": "wish-technology",
  "rules": {
    // your overrides
  }
}

LICENSE

MIT

2.3.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago