2.1.0 • Published 10 months ago

@ashita-team/eslint-config v2.1.0

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

@ashita-team/eslint-config

A sharable ESLint config for ASHITA-TEAM.

Installation

yarn add --dev eslint typescript @ashita-team/eslint-config

Configuration

Add a following .eslintrc in your project.

By default, the recommended settings for JavaScript and TypeScript are enabled.

{
  "extends": ["@ashita-team"]
}

Use TypeScript config requiring type checking

Add a following .eslintrc in your project.

{
  "extends": ["@ashita-team"],
  "overrides": {
    "files": ["src/**/*.ts", "tests/**/*.ts"],
    "extends": ["@ashita-team/eslint-config/ts-requiring-type-checking"],
    "parserOptions": {
      "project": ["./tsconfig.json"]
    }
  }
}

Use import config

Add a following .eslintrc in your project.

{
  "extends": ["@ashita-team/eslint-config/import"]
}
2.1.0

10 months ago

1.2.0

1 year ago

1.1.0

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago

0.6.0

2 years ago

0.3.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago