🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-config-yellow

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-yellow

An Opinionated ESLint Configuration prioritizing Readability, Brevity, and Clarity

1.0.2
latest
Source
npm
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source
Yellow: An Opinionated ESLint Configuration

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

Some Rules

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

Keywords

eslint

FAQs

Package last updated on 26 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts