A shared set of opinionated configuration files.
With npm
:
npm install @cpsoinos/eslint-config-typescript --save-dev
With yarn
:
yarn add @cpsoinos/eslint-config-typescript -D
With pnpm
:
pnpm add @cpsoinos/eslint-config-typescript -D
module.exports = {
extends: [
'@cpsoinos/eslint-config-typescript', // or '@cpsoinos/eslint-config-react-ts'
],
}
This repository uses changesets
to automatically publish changes to the NPM package registry on merge to main.