@exodus/eslint-plugin-hydra
v2.0.0
Published
Eslint plugin for enforcing code conventions in the exodus-hydra monorepo
Downloads
6,212
Readme
@exodus/eslint-plugin-hydra
Usage
// .eslintrc.js
{
// ...
plugins: ['@exodus/hydra'],
rules: {
'@exodus/hydra/module-side-effects': 'error',
}
}