Skip to content

blackfoot-makers/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published