1.2.12 • Published 2 years ago

@blackfoot/eslint-config v1.2.12

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

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.9

2 years ago

1.2.12

2 years ago

1.2.10

2 years ago

1.2.11

2 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago