Skip to content

marco/yellow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yellow: An Opinionated ESLint Configuration

Yellow is an opinionated ESLint Configuration prioritizing readability, brevity, and clarity. It supports both JavaScript and Typescript.

Some Rules

Topic Rule
Semicolons? Yes
Indentation? 2 Spaces
Quotes? Single
Line length? 79

Usage

Installation:

npm i -D eslint-config-yellow

Setup:

In your .eslintrc, include

{
    "extends": "eslint-config-yellow"
}

To access the additional TypeScript rules, use

{
    "extends": "eslint-config-yellow/ts"
}

About

☀️ Yellow is an Opinionated ESLint Configuration prioritizing Readability, Brevity, and Clarity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors