项目作者: sholladay

项目描述 :
ESLint shareable config for Tidy style.
高级语言: JavaScript
项目地址: git://github.com/sholladay/eslint-config-tidy.git
创建时间: 2016-07-11T19:32:40Z
项目社区:https://github.com/sholladay/eslint-config-tidy

开源协议:Mozilla Public License 2.0

下载


eslint-config-tidy Build status for ESLint Config Tidy

ESLint shareable config for Tidy style

Why?

  • Consistency.
  • Clarity.
  • Simplicity.

Install

  1. npm install eslint-config-tidy --save-dev

Usage

All you have to do is tell your linter to use this config.

Add some XO config to your package.json:

  1. {
  2. "name": "my-awesome-project",
  3. "xo": {
  4. "extend": "tidy"
  5. }
  6. }

Alternatively, use with ESLint

Add some ESLint config to your package.json:

  1. {
  2. "name": "my-awesome-project",
  3. "eslintConfig": {
  4. "extends": "tidy"
  5. }
  6. }

Contributing

See our contributing guidelines for more details.

  1. Fork it.
  2. Make a feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

License

MPL-2.0 © Seth Holladay

Go make something, dang it.