@gregoralbrecht/eslint-config

Personal ESLint config

Usage no npm install needed!

<script type="module">
  import gregoralbrechtEslintConfig from 'https://cdn.skypack.dev/@gregoralbrecht/eslint-config';
</script>

README

@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"],
};