8.5.1 • Published 28 days ago

@mskelton/eslint-config v8.5.1

Weekly downloads
34
License
ISC
Repository
github
Last release
28 days ago

@mskelton/eslint-config

Build status package version semantic-release

Simple and sensible ESLint config.

Description

This package contains a simple and sensible ESLint config that you can use to get up and running with a TypeScript. It uses the TypeScript ESLint parser and Prettier.

Installation

npm install -D @mskelton/eslint-config eslint eslint-plugin-sort @typescript-eslint/eslint-plugin @typescript-eslint/parser

React

If using React, install the following peer dependencies in addition to the list above.

npm install -D eslint-plugin-react eslint-plugin-react-hooks

Vitest

If using Vitest, install the following peer dependencies in addition to the list above.

npm install -D eslint-plugin-vitest

Jest

If using Jest, install the following peer dependencies in addition to the list above.

npm install -D eslint-plugin-jest

Usage

In your .eslintrc file, add the following content including the configs you want for your project.

{
  "extends": [
    "@mskelton",
    "@mskelton/eslint-config/react",
    "@mskelton/eslint-config/vitest",
    "@mskelton/eslint-config/jest",
    "@mskelton/eslint-config/playwright"
  ]
}
8.5.1

28 days ago

8.5.0

3 months ago

8.4.0

8 months ago

8.1.0

10 months ago

8.3.0

8 months ago

8.2.1

9 months ago

8.0.0

12 months ago

7.3.1

1 year ago

7.3.0

1 year ago

7.8.0

1 year ago

7.6.1

1 year ago

7.6.0

1 year ago

7.4.0

1 year ago

7.7.1

1 year ago

7.7.0

1 year ago

7.5.0

1 year ago

7.9.0

1 year ago

7.10.0

1 year ago

7.10.1

1 year ago

7.2.0

1 year ago

7.0.0

2 years ago

7.1.0

2 years ago

6.1.0

3 years ago

6.0.0

3 years ago

6.0.0-alpha.1

3 years ago

5.12.0

4 years ago

5.11.3

4 years ago

5.11.2

4 years ago

5.11.1

4 years ago

5.11.0

4 years ago

5.10.2

4 years ago

5.10.1

4 years ago

5.10.0

4 years ago

5.9.1

4 years ago

5.9.0

4 years ago

5.8.0

4 years ago

5.7.0

4 years ago

5.6.0

4 years ago

5.6.1

4 years ago

5.5.0

4 years ago

5.4.0

4 years ago

5.3.2

4 years ago

5.3.1

4 years ago

5.3.0

4 years ago

5.2.1

4 years ago

5.2.0

4 years ago

5.1.1

4 years ago

5.1.0

4 years ago

5.0.4

4 years ago

5.0.3

5 years ago

5.0.0

5 years ago

4.0.0

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.3

5 years ago