1.0.2 • Published 4 years ago

@jvdx/eslint v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@jvdx/eslint

jvdx's eslint configuration, with sensible defaults for ES6 and React projects.

Installation

(1) Install this configuration as well as it's peer dependencies:

# Using npm
$ npm i -D eslint prettier @jvdx/eslint

# Using yarn
$ yarn add -D eslint prettier @jvdx/eslint

(2) Configure eslint in your package.json:

{
	"eslintConfig": {
		"extends": "@jvdx/eslint"
	}
}