eslint-config-yellow

1.0.2 • Public • Published
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"
}

Package Sidebar

Install

npm i eslint-config-yellow

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

183 kB

Total Files

7

Last publish

Collaborators

  • skunkmb