@exodus/eslint-plugin-hydra
v2.1.0
Published
Eslint plugin for enforcing code conventions in the exodus-hydra monorepo
Readme
@exodus/eslint-plugin-hydra
Usage
// .eslintrc.js
{
// ...
plugins: ['@exodus/hydra'],
rules: {
'@exodus/hydra/consistent-atoms-definition': 'error',
}
}