3.2.1 • Published 3 months ago

@inrupt/eslint-config-base v3.2.1

Weekly downloads
1,372
License
MIT
Repository
github
Last release
3 months ago

eslint-config-inrupt-base

Eslint config which is the base for all inrupt projects. You likely want to import eslint-config-inrupt-lib or eslint-config-inrupt-react instead.

Usage

In order to use this style configuration, you'll need to add the following line to the top of the .eslintrc.js file:

require("@rushstack/eslint-patch/modern-module-resolution");

This ensures that you load the dependencies from the style configuration, instead of your project. This patch is a workaround for the longstanding eslint issue 3458 regarding how eslint loads modules.

Rules

Exhaustive documentation forthcoming. For now, the general principles are:

  • Load a stylistic base set - in this case, airbnb-base
  • Load recommended configs for common libraries: eslint, jest, typescript
  • Load prettier config to override everything where there are conflicts
  • Do very little else- as few custom rules or overrides as possible
3.2.1

3 months ago

3.2.0

3 months ago

3.1.0

3 months ago

3.0.2

5 months ago

3.0.1

5 months ago

3.0.0

5 months ago

2.6.0

5 months ago

2.4.1

8 months ago

2.4.0

8 months ago

2.0.4

10 months ago

2.3.0

8 months ago

2.1.2

9 months ago

2.1.1

10 months ago

2.5.0

7 months ago

2.1.3

9 months ago

2.1.0

10 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.1

11 months ago

1.8.0

12 months ago

1.7.0

1 year ago

2.0.0

11 months ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.5

1 year ago

1.5.4

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.2.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.0.0-alpha.6

2 years ago

1.0.1-alpha.0

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.3.0-alpha.2

2 years ago

0.3.0-alpha.1

2 years ago

0.2.0-alpha.1

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago