Monorepo for Caspeco's ESLint configurations.
This repository contains two ESLint configuration packages:
ESLint configuration for TypeScript projects.
npm install --save-dev @caspeco/eslint-config-tsESLint configuration for React + TypeScript projects.
npm install --save-dev @caspeco/eslint-config-reactIf you're upgrading from v4.x, see the Migration Guide for detailed instructions.
Full documentation available at https://caspeco.github.io/eslint-config/.
This is an npm workspaces monorepo. To work with it locally:
# Install dependencies
npm install
# Run tests for all packages
npm test
# Run tests for a specific package
npm run test:ts
npm run test:react
MIT