Skip to content

Yrlish/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

yarn add @yrlish/eslint-config

Requirements

TypeScript

yarn add eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin

React

In addition to above

yarn add eslint-plugin-react

Configuration

TypeScript

{
  "extends": "@yrlish/eslint-config/typescript",
  "parser": "@typescript-eslint/parser"
}

React with TypeScript

{
  "extends": "@yrlish/eslint-config/react",
  "parser": "@typescript-eslint/parser"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published