Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ts-dev-tools/react

escemi-tech394MIT1.9.7TypeScript support: included

TS dev tools for React

linter, prettier, git-hooks

readme

Homepage

npm Continuous integration PRs Welcome Sponsor GitHub stars

Welcome to @ts-dev-tools/react ⚛️

Typescript dev tools for a ReactJS project


What's included

Inherit from @ts-dev-tools/core

👕 Linter

🧪 Tests

📖 Types


Usage

1. Install

npm install --save-dev @ts-dev-tools/react

Or

yarn add --dev @ts-dev-tools/react

2. Enable ts-dev-tools

npm exec ts-dev-tools install

Or

yarn ts-dev-tools install

⚠️ If your package is using yarn, is not private and you're publishing it on a registry like npmjs.com, you need to disable postinstall script using pinst. Otherwise, postinstall will run when someone installs your package and result in an error.