1. eslint-config-duo
ESLint configuration for duo projects
eslint-config-duo
Package: eslint-config-duo
Created by: duojs
Last modified: Fri, 17 Jun 2022 18:46:39 GMT
Version: 0.0.4
License: MIT
Downloads: 28
Repository: https://github.com/duojs/eslint-config

Install

npm install eslint-config-duo
yarn add eslint-config-duo

eslint-config-duo

ESLint configuration for the projects in the duojs organization.

Usage

ESLint allows sharing config via the extends property in the .eslintrc.
There should be 2 config files for each project:

.eslintrc

 {
  "extends": "duo"
}

test/.eslintrc

 {
  "extends": "duo/test"
}

Each project is allowed to have more config than this in case something is
genuinely unique to that project, but that should be kept to a minimum.

Proposing Changes

Any proposals for changes to the ESLint config should be run through a PR
on this repo. That gives all the @duojs/owners the ability to review the
proposal and vote on it.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code