1.5.0 • Published 3 years ago

@gregoralbrecht/eslint-config v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@gregoralbrecht/eslint-config

semantic-release npm (scoped)

A simple ESLint configuration for React projects. Although this project is deployed with semantic-release for convenience, there's nothing really semantic about the versioning. Use these commit message conventions.

Installation

Install using yarn:

yarn add -D eslint prettier @gregoralbrecht/eslint-config

Then extend our ESLint config .eslintrc.js:

module.exports = {
  extends: ["@gregoralbrecht/eslint-config"],
};