1.0.1 • Published 4 years ago

@jvdx/eslint-config-jvdx v1.0.1

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

@jvdx/eslint-config-jvdx

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

Installation

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

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

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

(2) Configure eslint in your package.json:

{
	"eslintConfig": {
		"extends": "@jvdx/eslint-config-jvdx"
	}
}
1.0.1

4 years ago

1.0.0

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago