Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qix-/eslint-plugin-smelly
- Owner: Qix-
- License: mit
- Created: 2019-07-11T16:21:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T10:09:29.000Z (over 5 years ago)
- Last Synced: 2024-10-11T18:43:55.919Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).