@remidy/eslint-plugin

1.1.4 • Public • Published

@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

Name Description
jsx-no-duplicate-class-names Disallow duplicate class names in JSX
jsx-sort-class-names Enforce class names alphabetical sorting

Package Sidebar

Install

npm i @remidy/eslint-plugin

Weekly Downloads

6

Version

1.1.4

License

MIT

Unpacked Size

13.6 kB

Total Files

14

Last publish

Collaborators

  • remidy