0.12.7 • Published 4 months ago

eslint-plugin-stratified-design v0.12.7

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

eslint-plugin-stratified-design

ESLint rules for stratified design, inspired by "Grokking Simplicity" written by Erick Normand, for practicing stratified design.

Installation

First, ensure you have ESLint installed:

npm i eslint --save-dev

Next, install eslint-plugin-stratified-design:

npm install eslint-plugin-stratified-design --save-dev

Usage

Add stratified-design to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["stratified-design"]
}

Then configure the rules you wish to use under the rules section:

{
  "rules": {
    "stratified-design/[rule-name]": ["error"]
  }
}

Supported Rules

0.12.7

4 months ago

0.12.4

6 months ago

0.12.5

6 months ago

0.12.6

6 months ago

0.12.2

7 months ago

0.12.3

7 months ago

0.12.0

8 months ago

0.12.1

8 months ago

0.11.0

1 year ago

0.10.0

1 year ago

0.9.2-beta

2 years ago

0.8.0-beta.3

2 years ago

0.8.0-beta.2

2 years ago

0.9.1-beta

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.9.0-beta

2 years ago

0.6.1-beta

2 years ago

0.8.0-beta.1

2 years ago

0.8.0-beta

2 years ago

0.6.0-beta

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.2-beta

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago