1. eslint-config-dustinspecker
ESLint shareable config of Dustin Specker's preferences
eslint-config-dustinspecker
Package: eslint-config-dustinspecker
Created by: dustinspecker
Last modified: Fri, 17 Jun 2022 18:46:44 GMT
Version: 5.0.0
License: MIT
Downloads: 236
Repository: https://github.com/dustinspecker/eslint-config-dustinspecker

Install

npm install eslint-config-dustinspecker
yarn add eslint-config-dustinspecker

eslint-config-dustinspecker

NPM version
Build Status
Coverage Status

Code Climate
Dependencies
DevDependencies

PRs Welcome
Commitizen friendly
semantic-release

ESLint shareable config of Dustin Specker's preferences

Install

npm install --save-dev eslint-config-dustinspecker

ES5 Usage

Dependes on eslint-plugin-no-use-extend-native and eslint-plugin-unicorn

In your .eslintrc file:

 {
  "extends": "dustinspecker"
}

ES2015 (ES6) Usage

Dependes on eslint-plugin-no-use-extend-native and eslint-plugin-unicorn

 {
  "extends": "dustinspecker/esnext"
}

AVA usage

Depends on eslint-plugin-ava

 {
  "extends": "dustinspecker/ava"
}

React usage

Dependes on eslint-plugin-react

 {
  "extends": "dustinspecker/react"
}

All options from ava.js, index.js, esnext.js, and react.js may be overridden in your .eslintrc file.

LICENSE

MIT © Dustin Specker

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