eslint-plugin-smelly

0.1.2 • Public • Published

eslint-plugin-smelly

Find code patterns that might be code smell

Usage

Install via npm:

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

And include it in your eslint config:

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

License

Released under the MIT License.

Package Sidebar

Install

npm i eslint-plugin-smelly

Weekly Downloads

4

Version

0.1.2

License

MIT

Unpacked Size

3.06 kB

Total Files

5

Last publish

Collaborators

  • qix