2.0.0 • Published 11 months ago

@scrumble-nl/eslint-plugin-scrumble-rules v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Eslint plugin scrumble rules

Eslint plugin for custom rules used by Scrumble. Currently only import sorting is included

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @scrumble-nl/eslint-plugin-scrumble-rules:

npm i@scrumble-nl/eslint-plugin-scrumble-rules --save-dev

Usage

Add @scrumble-nl/scrumble-rules to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "@scrumble-nl/scrumble-rules"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "@scrumble-nl/scrumble-rules/sort-imports": "warn"
    }
}

Supported Rules

  • sort-imports
2.0.0-beta.9

11 months ago

2.0.0-beta.8

11 months ago

2.0.0-beta.7

11 months ago

1.2.4

11 months ago

2.0.0-beta.2

11 months ago

2.0.0-beta.6

11 months ago

2.0.0-beta.4

11 months ago

2.0.0

11 months ago

2.0.0-beta.3

11 months ago

1.2.4-rc.1

11 months ago

2.0.0-beta.11

11 months ago

2.0.0-beta.10

11 months ago

2.0.0-beta.1

1 year ago

1.2.3

2 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.0

4 years ago