README
@onlaw/eslint-config
Install
Install the package
yarn add -D eslint @onlaw/eslint-config
and add it to your .eslintrc.json
:
{
"root": true,
"extends": ["@onlaw/eslint-config"]
}
Onlaw's ESLint config
<script type="module">
import onlawEslintConfig from 'https://cdn.skypack.dev/@onlaw/eslint-config';
</script>
Install the package
yarn add -D eslint @onlaw/eslint-config
and add it to your .eslintrc.json
:
{
"root": true,
"extends": ["@onlaw/eslint-config"]
}