JSPM

eslint-config-yellow

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q26383F
  • License MIT

An Opinionated ESLint Configuration prioritizing Readability, Brevity, and Clarity

Package Exports

  • eslint-config-yellow

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-yellow) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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