32.0.0 • Published 7 months ago

@kevinoid/eslint-config v32.0.0

Weekly downloads
659
License
MIT
Repository
github
Last release
7 months ago

@kevinoid's ESLint Config

Build Status Dependency Status Supported Node Version Version on NPM

An ESLint shareable configs for @kevinoid's preferred style (based on Airbnb style).

Installation

Before using any configuration from this package, it must be installed, either globally or locally, which can be done using the following steps:

  1. Install peerDependencies (and transitive peerDependencies) for @kevinoid/eslint-config. This can be done using npx install-peerdeps --dev @kevinoid/eslint-config, install-peerdeps or manually based on the output from npm info @kevinoid/eslint-config peerDependencies.
  2. Install this package (e.g. npm install @kevinoid/eslint-config).

Usage

This package includes configurations for several different environments:

NameDescription
@kevinoid/eslint-config/ie11Browsers including Internet Explorer 11.
@kevinoid/eslint-config/nodejsNode 6 and later.
@kevinoid/eslint-config/webextensionsBrowser Extensions
@kevinoid/eslint-config/wshJScript 5.8 in Windows Script Host

Add the chosen configuration to extends in .eslintrc, for example:

{
  "extends": "@kevinoid/eslint-config/nodejs"
}

or eslintConfig in package.json, for example:

{
  "name": "packagename",
  "version": "1.0.0",
  ...
  "eslintConfig": {
    "extends": "@kevinoid/eslint-config/nodejs"
  }
}

License

This project is available under the terms of the MIT License. See the summary at TLDRLegal.

The template upon which this project is based is available under the terms of CC0 1.0 Universal.

31.1.0

7 months ago

32.0.0

7 months ago

31.0.0

8 months ago

30.0.0

9 months ago

29.0.0

1 year ago

28.1.0

2 years ago

28.0.0

2 years ago

27.1.1

2 years ago

27.0.0

2 years ago

27.1.0

2 years ago

26.0.0

2 years ago

25.0.0

2 years ago

24.0.0

2 years ago

23.0.0

3 years ago

22.0.0

3 years ago

21.0.0

3 years ago

19.0.1

3 years ago

19.0.0

3 years ago

20.0.0

3 years ago

18.0.1

3 years ago

18.0.0

3 years ago

17.1.0

3 years ago

17.0.0

3 years ago

16.0.0

3 years ago

15.0.0

3 years ago

14.1.0

3 years ago

14.0.0

3 years ago

13.0.0

3 years ago

12.0.0

3 years ago

11.0.0

4 years ago

10.0.0

4 years ago

9.2.0

4 years ago

9.1.0

4 years ago

9.0.0

4 years ago

8.0.0

4 years ago

7.1.1

4 years ago

7.1.0

4 years ago

7.0.0

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

5.0.0

4 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago