/eslint-config-rung

Default coding style for Rung projects in Javascript

Primary LanguageJavaScript

NPM Version NPM Downloads

Rung's ESLint config

To use it, just install with:

yarn add --dev eslint-config-rung

Then extend the rules in your .eslintrc.json file:

{
    "extends": "rung"
}

Take a look at the source code.