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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-hyperdom

Weekly Downloads

301

Version

1.0.0

License

ISC

Last publish

Collaborators

  • refractalize