Eslint plugin for enforcing code conventions in the exodus-hydra monorepo
npm install @exodus/eslint-plugin-hydra``js``
// .eslintrc.js
{
// ...
plugins: ['@exodus/hydra'],
rules: {
'@exodus/hydra/consistent-atoms-definition': 'error',
}
}