fergcb / eslint-config-fergus

Standard JS with slight tweaks to my preference.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fergus' Shareable Config for ESLint

This config extends JavaScript Standard Style, with tweaks to suit my style.

Installation

npm i -D eslint-config-fergus

Usage

// .eslintrc.js
module.exports = [
  extends: [
    'fergus',
  ],
]

About

Standard JS with slight tweaks to my preference.


Languages

Language:JavaScript 100.0%