Detalhes do pacote

eslint-config-tidy

sholladay335MPL-2.00.16.0

ESLint shareable config for Tidy style

❤️, tidy, eslintconfig, config

readme (leia-me)

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 an xo.config.js file to your project:

import tidy from 'eslint-config-tidy';

export default [
    ...tidy
];

Alternatively, use with ESLint

Add an eslint.config.js file to your project:

import tidy from 'eslint-config-tidy';

export default [
    ...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.