1.0.23 • Published 1 year ago

@apimediaru/eslint-config-base v1.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eslint-config-base

This package provides base JS .eslintrc (without plugins) as an extensible shared config.

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint and eslint-plugin-import.

  1. Install the correct versions of each package, which are listed by the command:

    npm info "@apimediaru/eslint-config-base@latest" peerDependencies

    If using npm 5+, use this shortcut

    npx install-peerdeps --dev @apimediaru/eslint-config-base

    If using yarn, you can also use the shortcut described above if you have npm 5+ installed on your machine, as the command will detect that you are using yarn and will act accordingly. Otherwise, run npm info "@apimediaru/eslint-config-base@latest" peerDependencies to list the peer dependencies and versions, then run yarn add --dev <dependency>@<version> for each listed peer dependency.

  2. Add "extends": "@apimediaru/eslint-config-base" to your .eslintrc.

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

2 years ago

1.0.23

1 year ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

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