1.2.12 • Published 3 years ago

@blackfoot/eslint-config v1.2.12

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

eslint-config

This config is the eslint config you should use for all blackfoot react project in typescript.

Installation

    yarn add -D @blackfoot/eslint-config

Then add in your .eslintrc

{
  "extends": "@blackfoot"
}

Added rules

We recommand you to add these rules for a better typescript support.

{
  "extends": [
    "plugin:@typescript-eslint/eslint-recommended",
    "plugin:@typescript-eslint/recommended",
    "plugin:@typescript-eslint/recommended-requiring-type-checking"
  ]
}
1.2.0

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.9

3 years ago

1.2.12

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago