eslint-config-rung
v2.2.0
Published
Default coding style for Rung.
Readme
Rung's ESLint config
To use it, just install with:
yarn add --dev eslint-config-rungThen extend the rules in your .eslintrc.json file:
{
"extends": "rung"
}Take a look at the source code.
