2.0.0 • Published 4 years ago

@thewhodidthis/eslint-config v2.0.0

Weekly downloads
-
License
Unlicense
Repository
gitlab
Last release
4 years ago

about

A standard based (no semicolons) eslint:recommended reset.

setup

ESLint is listed as a peer dependency, make sure it's installed on the side:

# Add to package.json
npm install @thewhodidthis/eslint-config eslint --save-dev

usage

An easy way to then configure ESLint would be inside of package.json as follows:

"eslintConfig": { "extends": "@thewhodidthis" }

In order to also lint JS blocks contained in a Markdown document, when drafting blog posts for example, eslint-plugin-markdown is an optional dependency referenced if present only:

# Run against fenced code blocks
npx eslint draft.md
1.0.7

4 years ago

2.0.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.12

5 years ago

0.0.13

5 years ago

0.0.14

5 years ago

0.0.15

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago