eslint-plugin-hyperdom

1.0.0 • Public • Published

eslint plugin for hyperdom npm version npm

This is really just a selection of rules from eslint-plugin-react that are useful in hyperdom JSX.

install

npm install eslint-plugin-hyperdom --save-dev

.estlintrc

{
  "plugins": [
    "hyperdom"
  ],
  "extends": [
    "plugin:hyperdom/recommended"
  ]
}

Rules

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eslint-plugin-hyperdom

    Weekly Downloads

    187

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • refractalize