1.2.12 • Published 4 years ago

@blackfoot/eslint-config v1.2.12

Weekly downloads
5
License
ISC
Repository
github
Last release
4 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

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.9

4 years ago

1.2.12

4 years ago

1.2.10

4 years ago

1.2.11

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago