1.0.0 • Published 7 years ago

eslint-plugin-hyperdom v1.0.0

Weekly downloads
77
License
ISC
Repository
-
Last release
7 years ago

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