eslint-plugin-mdh-react
v1.0.3
Published
custom eslint for TypeScript React
Downloads
9
Maintainers
Readme
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,
...
}
}