1.1.4 • Published 4 months ago

@remidy/eslint-plugin v1.1.4

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

@remidy/eslint-plugin

ESLint rules to enforce consistent code.

Installation

npm install @remidy/eslint-plugin --save-dev

Add "@remidy" to the plugins section of your configuration file.

{
  plugins: [
    "@remidy"
  ]
}

Enable the rules that you would like to use.

List of supported rules

NameDescription
jsx-no-duplicate-class-namesDisallow duplicate class names in JSX
jsx-sort-class-namesEnforce class names alphabetical sorting
1.1.4

4 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.1

7 months ago

1.0.0

7 months ago