@theobroma222/eslint-config
v1.0.5
Published
My personal ESLint configuration for JavaScript and TypeScript projects.
Downloads
708
Readme
This package provides Theobroma's eslint 9+ shared config
Usage in a project
Install package:
npm install -D @theobroma222/eslint-configInstall peerDependencies:
npm install -D \
eslint-plugin-react \
eslint-plugin-react-hooks \
eslint-plugin-react-refresh \
@typescript-eslint/parser \
@typescript-eslint/eslint-plugin \
eslint-plugin-prettier \
eslint-config-prettier \
prettierCreate eslint.config.js:
import config from '@theobroma222/eslint-config';
export default config;:warning: Package "eslint-plugin-react" still not supports eslint 10. So stick with eslint 9
