Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qix-/eslint-plugin-smelly

Find code patterns that might be code smell
https://github.com/qix-/eslint-plugin-smelly

Last synced: 26 days ago
JSON representation

Find code patterns that might be code smell

Awesome Lists containing this project

README

        

# eslint-plugin-smelly

Find code patterns that might be code smell

# Usage

Install via npm:

```console
$ npm install --save-dev eslint-plugin-smelly
```

And include it in your eslint config:

```js
{
"plugins": ["smelly"],
"extends": ["plugin:smelly/warn"] /* or */ ["plugin:smelly/strict"]
}
```

## License

Released under the [MIT License](LICENSE).