8.1.0 • Published 3 months ago

@rowanmanning/eslint-config v8.1.0

Weekly downloads
363
License
MIT
Repository
github
Last release
3 months ago

ESLint Config

A shared ESLint config for my open source projects.

Table of Contents

Requirements

This library requires the following to run:

Usage

Install with npm alongside eslint:

npm install --save-dev eslint @rowanmanning/eslint-config

Add this to your .eslintrc file:

{
    "extends": "@rowanmanning/eslint-config"
}

If your project uses JSX via Preact, add this instead:

{
    "extends": [
        "@rowanmanning/eslint-config",
        "@rowanmanning/eslint-config/jsx"
    ]
}

Contributing

Genuinely unless you're Rowan Manning, you probably don't need to contribute to this. However if you decide you really need to, then the contributing guide is available here. All contributors must follow this library's code of conduct.

License

ESLint Config is licensed under the MIT license. Copyright © 2020, Rowan Manning

8.1.0

3 months ago

8.0.2

4 months ago

7.0.3

8 months ago

7.0.2

10 months ago

7.0.1

10 months ago

8.0.1

6 months ago

8.0.0

8 months ago

7.0.0

11 months ago

6.0.4

12 months ago

6.0.1

1 year ago

6.0.0

1 year ago

6.0.3

1 year ago

6.0.2

1 year ago

5.0.9

1 year ago

5.0.8

1 year ago

5.0.7

1 year ago

5.0.6

1 year ago

5.0.5

1 year ago

5.0.4

1 year ago

5.0.3

1 year ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.0.8

2 years ago

4.0.7

2 years ago

4.0.6

2 years ago

4.0.5

2 years ago

4.0.4

2 years ago

4.0.3

2 years ago

3.5.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.2

2 years ago

3.4.0

2 years ago

3.3.1

2 years ago

3.2.2

2 years ago

3.3.0

2 years ago

3.2.1

2 years ago

3.2.0

2 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.2.0

3 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

7 years ago