3.2.0 • Published 4 years ago

@jsejcksn/eslint-config v3.2.0

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

eslint-config

My ESLint shareable config so that you can write JavaScript in the same style that I do. Check out the contents of the config file here: eslintrc.json

Installation

Install using the following npm command:

npm install eslint @jsejcksn/eslint-config --save-dev

Usage

Add the following to your project's existing .eslintrc.json file:

{
  "extends": "@jsejcksn"
}

or, if you don't have one yet: instead of generating it using eslint --init, you can use

printf "{\n  \"extends\": \"@jsejcksn\"\n}\n" > .eslintrc.json
3.2.0

4 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.0

6 years ago

3.0.0-next.5

6 years ago

3.0.0-next.4

6 years ago

3.0.0-next.3

6 years ago

3.0.0-next.2

6 years ago

3.0.0-next.1

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

7 years ago

1.0.0

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago