Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 664 Bytes

File metadata and controls

25 lines (16 loc) · 664 Bytes

@anthony-j-castro/eslint-config

Reusable ESLint config for React & TypeScript projects by @anthony-j-castro.

Installation

To install the latest version as a dependency of a project:

npm install --save-dev "https://github.com/anthony-j-castro/eslint-config.git#semver:4.2.2"

Then, copy and paste this starter config in a new eslint.config.mjs file:

import config from "@anthony-j-castro/eslint-config";

export default [...config];

Releasing a new version

This repo uses semantic-release to automatically create and tag new versions on every merge to main.