Skip to content

supercharge/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 10, 2024
51e6c4e · Mar 10, 2024

History

29 Commits
May 16, 2022
May 14, 2022
May 14, 2022
May 14, 2022
May 14, 2022
Mar 10, 2024
May 14, 2022
May 18, 2022
Jun 13, 2022
Mar 10, 2024

Repository files navigation

@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.x 1.x
7.x not 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