jaredreich / eslint-config-jared

Jared's personal ESLint configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-jared

Usage:

Add the extension:

// .eslintrc.js
module.exports = {
   extends: "jared"
}

// OR

// .eslintrc
{
   "extends": "jared"
}

Then install the config:

npm i --save-dev eslint-config-jared

About

Jared's personal ESLint configuration.


Languages

Language:JavaScript 100.0%