11.0.0 • Published 2 months ago

@switz/eslint-config v11.0.0

Weekly downloads
58
License
MIT
Repository
-
Last release
2 months ago

switz's eslint-config

Motivation

I've had this lying around in my home dir ~/.eslintrc.js for a while and decided to package it up so I can override it in project settings (e.g. targets) and include it in my personal projects.

You probably have your own preferences, feel free to hack and slash it.

Installation

# yarn add eslint
$ yarn add -D @switz/eslint-config
# or
$ npm install -D @switz/eslint-config

Update your eslint config (.eslintrc or .eslintrc.js):

{
  "extends": [
    "@switz/eslint-config"
  ]
}

If you need React support, use

{
  "extends": [
    "@switz/eslint-config/react.cjs"
  ]
}

Or node:

{
  "extends": [
    "@switz/eslint-config/node.cjs"
  ]
}

Or typescript:

{
  "extends": [
    "@switz/eslint-config/typescript.cjs"
  ]
}

Reference

https://eslint.org/docs/developer-guide/shareable-configs

License

MIT, have fun

11.0.0

2 months ago

9.6.0

10 months ago

9.4.0

10 months ago

10.0.0

8 months ago

10.0.1

8 months ago

10.0.2

8 months ago

9.5.0

10 months ago

9.3.0

10 months ago

9.2.0

10 months ago

9.1.0

10 months ago

9.0.0

11 months ago

8.0.1

1 year ago

8.0.0

1 year ago

7.3.0

2 years ago

7.0.0

2 years ago

7.2.0

2 years ago

7.1.0

2 years ago

6.3.0

2 years ago

6.2.12

3 years ago

6.2.11

3 years ago

6.2.10

3 years ago

6.2.9

3 years ago

6.2.8

3 years ago

6.2.7

3 years ago

6.2.6

3 years ago

6.2.5

3 years ago

6.2.4

3 years ago

6.2.3

3 years ago

6.2.2

3 years ago

6.2.1

3 years ago

6.2.0

3 years ago

6.1.3

4 years ago

6.1.2

4 years ago

6.1.1

4 years ago

6.1.0

4 years ago

6.0.3

4 years ago

5.0.0

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

6.0.2

4 years ago

4.0.8

5 years ago

4.0.7

5 years ago

4.0.6

5 years ago

4.0.5

5 years ago

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago