eslint-plugin-mdh-react

1.0.3 • Public • Published

eslint-plugin-mdh-react

You can use this plugin the same way as others do by updating .eslintrc.js.

module.exports = {
  ...
  plugins: [
    ...,
    'eslint-plugin-mdh-react',
  ]
  rules: {
    'eslint-plugin-mdh-react/ban-parse-float': 2,
    'eslint-plugin-mdh-react/force-typed-api-requests': 2,
    'eslint-plugin-mdh-react/ban-raw-apollo-use-subscription': 2,
    ...
  }
}

Package Sidebar

Install

npm i eslint-plugin-mdh-react

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

6.99 kB

Total Files

12

Last publish

Collaborators

  • mdhnpm