0.14.0 • Published 4 months ago

eslint-config-tidy v0.14.0

Weekly downloads
14
License
MPL-2.0
Repository
github
Last release
4 months ago

eslint-config-tidy Build status for ESLint Config Tidy

ESLint shareable config for Tidy style

Why?

  • Consistency.
  • Clarity.
  • Simplicity.

Install

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

Usage

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

Use with XO (recommended)

Add some XO config to your package.json:

{
    "name": "my-awesome-project",
    "xo": {
        "extend": "tidy"
    }
}

Alternatively, use with ESLint

Add some ESLint config to your package.json:

{
    "name": "my-awesome-project",
    "eslintConfig": {
        "extends": "tidy"
    }
}

Related

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.

0.14.0

4 months ago

0.12.0

7 months ago

0.13.0

7 months ago

0.11.0

3 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago