Skip to content

Instantly share code, notes, and snippets.

View caryxiao's full-sized avatar
🤪
Focusing

Cary caryxiao

🤪
Focusing
  • wuhan
View GitHub Profile
@caryxiao
caryxiao / TSLInt-Prettier-CreateReactApp-TypeScript-setup.md
Created June 22, 2021 14:09 — forked from rimatla/TSLInt-Prettier-CreateReactApp-TypeScript-setup.md
Create React App + TypeScript Linting with TSLint and Prettier setup on VSCode

Ps: The current setup was done on 01-04-19

Project Dependency Versions at the time 👇

  "react": "^16.7.0",
  "react-dom": "^16.7.0",
  "react-scripts": "2.1.3",
  "typescript": "^3.2.2"
  "tslint": "^5.12.0",
  "tslint-config-prettier": "^1.17.0",