2.0.0 • Published 3 years ago

@thewhodidthis/eslint-config v2.0.0

Weekly downloads
-
License
Unlicense
Repository
gitlab
Last release
3 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

3 years ago

2.0.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago