1.2.2 • Published 8 days ago

@alwatr/eslint-config v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

ESLint Configurations

Alwatr ECMAScript Style Guide as a ESLint shareable configurations.

Installation

yarn add -D @alwatr/eslint-config \
  eslint \
  @typescript-eslint/parser \
  @typescript-eslint/eslint-plugin \
  eslint-plugin-import \
  eslint-import-resolver-typescript

Usage

Create a .eslintrc.json file in the root of your project:

{
  "extends": "@alwatr/eslint-config",
  "rules": {
    // Additional, per-project rules...
  }
}
1.2.2

8 days ago

1.2.1

1 month ago

1.2.0

3 months ago

1.1.0

3 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.2

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.1

4 months ago