urawa72 / react-samples

React sample apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Samples

add some scripts

"scripts": {
  "lint": "run-s lint:*",
  "lint:eslint": "eslint .",
  "lint:prettier": "prettier --check '*.js' '**/*.{ts,tsx}'",
  "lint-fix": "run-p lint-fix:*",
  "lint-fix:eslint": "eslint . --fix",
  "lint-fix:prettier": "prettier --write '*.js' '**/*.{ts,tsx}'",
}

About

React sample apps.


Languages

Language:TypeScript 83.4%Language:HTML 10.6%Language:CSS 4.4%Language:JavaScript 1.4%Language:Shell 0.3%