haskellcamargo / eslint-config-rung

Default coding style for Rung projects in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Default coding style for Rung projects in Javascript


Languages

Language:JavaScript 100.0%