3.0.1 • Published 2 months ago

@supercharge/eslint-config v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@supercharge/eslint-config

A shareable ESLint config for JavaScript projects.

Installation

npm i -D eslint@8 @supercharge/eslint-config

Compatibility

eslint@supercharge/eslint-config
8.x1.x
7.xnot supported

Usage

Then extend the @supercharge ESLint config. This is a shortcut for @supercharge/eslint-config which ESLint automatically resolves:

.eslintrc.js

module.exports = {
  extends: '@supercharge'
}

Related