1.8.4 • Published 2 months ago

@recodive/eslint-config v1.8.4

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

@recodive/eslint-config

This package provides Recodive's .eslintrc as an extensible shared config.

Installation

npm install --save-dev eslint @rushstack/eslint-patch @recodive/eslint-config

We use @rushstack/eslint-patch to patch ESLint's module resolution so that we don't have to install all of the plugins.

Multiple configs

This package provides multiple configs for different projects. As of now, there are configs for:

  • JavaScript/TypeScript projects (default)
  • JavaScript/TypeScript projects with strict type checking (@recodive/eslint-config/strict)
  • Vue projects (@recodive/eslint-config/vue)
  • Vue projects strict (@recodive/eslint-config/vue-strict)

Usage

Create a .eslintrc file in the root of your project with the following contents:

//* Patches eslint's module resolution
require("@rushstack/eslint-patch/modern-module-resolution");

module.exports = {
	extends: "@recodive/eslint-config",
};
1.8.4

2 months ago

1.8.2

2 months ago

1.8.1

2 months ago

1.7.6

3 months ago

1.7.3

3 months ago

1.7.5

3 months ago

1.7.4

3 months ago

1.7.1

3 months ago

1.7.0

3 months ago

1.6.0

3 months ago

1.5.0

3 months ago

1.3.4

12 months ago

1.3.3

12 months ago

1.3.2

12 months ago

1.4.0

11 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago