ESLint and Prettier shareable config for React TypeScript projects. Version 3.1.4. Part of the code-style-lint family covering JS/TS, Vue, React, and Nuxt. Provides a zero-config ESLint setup with TypeScript support, React hooks, and JSX accessibility rules. Releases are periodic with dependency updates. Differentiator: unified config across React TS projects, easy migration via one-line extends.
npm install eslint-config-code-style-lint-react-tsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the config, creates .eslintrc with the shareable config, sets up Prettier, and lints the project.
Update ESLint and TypeScript to supported versions.
Use 'code-style-lint-react-ts' instead of full package name.
Upgrade to v3 to get updated rule sets.
Run npm install eslint-config-code-style-lint-react-ts -D and use 'code-style-lint-react-ts' in extends.
Install the package: npm install eslint-config-code-style-lint-react-ts -D.
Adjust your tsconfig.json compilerOptions according to the config's peer dependency notes.