1.0.8 • Published 10 months ago

@repeatgg/eslint-config v1.0.8

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

Repeat Eslint Configuration

A reusable, adaptive eslint configuration for Repeat.gg.

Automatically detects which configurations are required based on the contents of package.json, including:

  • Which parser to use,
  • What parserOptions to set
  • Which eslint-plugin-* packages to use
  • Which eslint-config-* packages to use
  • Which rules to set
  • Which import/resolver settings to use
  • Which overrides are appropriate

Installation

npm i -D eslint-config-repeat

Usage

.eslintrc.js setup:

module.exports = {
  extends: '@repeatgg',
};

.eslintrc.json setup:

{
  "extends": "@repeatgg",
};

package.json setup:

{
  ...
  "eslintConfig": {
    "extends": "@repeatgg"
  }
  ...
}
1.0.8

10 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago