1.1.1 • Published 2 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months 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

2 months ago

1.1.0

4 months ago

1.0.71

4 months ago

1.0.711

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago