2.0.1 • Published 8 years ago

eslint-plugin-settimeout v2.0.1

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

Set Timeout ESLint Plugin

window.setTimeout linting rules for ESLint.

Installation

Install ESLint locally.

$ yarn add eslint --dev

Install Set Timeout ESLint Plugin locally.

$ yarn add eslint-plugin-settimeout --dev

Configuration

Add a plugins section and specify settimeout as a plugin. You can additionally add settings for the plugin.

List of provided rules

Contributing

Contributions are always welcome! For more info, please get in touch with @udemy/team-f team. In a nutshell:

  1. Run npm install to install all dependencies.
  2. Make your desired changes to any rule under rules folder. Or add a new rule under rules folder following the existing code pattern.
  3. Do update version number in package.json file as necessary.
  4. Run npm run test and make sure all tests and lints are passing.
  5. Finally, run npm publish to publish your changes to npm.

License

(c) Copyright 2017 Udemy, Inc., all rights reserved.

2.0.1

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago