2.0.0 • Published 5 years ago

@thewhodidthis/eslint-config v2.0.0

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

5 years ago

2.0.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.12

6 years ago

0.0.13

6 years ago

0.0.14

6 years ago

0.0.15

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

9 years ago

0.0.7

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

0.0.0

9 years ago