1.1.1 • Published 1 year ago

@rabus/eslint-plugin-dx-rules v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-hooks:

$ npm i @rabus/eslint-plugin-dx-rules --save-dev

Usage

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

{
  "plugins": ["@rabus/dx-rules"]
}

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

{
  "rules": {
    "@rabus/dx-rules/no-div-in-typography": "warn"
  }
}
1.1.1

1 year ago

1.1.0

2 years ago

1.0.71

2 years ago

1.0.711

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago