eslint-plugin-stratified-design

0.11.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-stratified-design

Weekly Downloads

28

Version

0.11.0

License

ISC

Unpacked Size

114 kB

Total Files

44

Last publish

Collaborators

  • anisotropy