-
- Downloads
Formatted code
Showing
- README.md 6 additions, 2 deletionsREADME.md
- package.json 5 additions, 1 deletionpackage.json
- src/App.test.tsx 4 additions, 4 deletionssrc/App.test.tsx
- src/App.tsx 3 additions, 3 deletionssrc/App.tsx
- src/index.css 3 additions, 3 deletionssrc/index.css
- src/index.tsx 6 additions, 6 deletionssrc/index.tsx
- src/reportWebVitals.ts 2 additions, 2 deletionssrc/reportWebVitals.ts
- src/setupTests.ts 1 addition, 1 deletionsrc/setupTests.ts
- tsconfig.json 2 additions, 8 deletionstsconfig.json
... | ... | @@ -20,7 +20,8 @@ |
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"eject": "react-scripts eject", | ||
"format": "prettier --write ." | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
... | ... | @@ -39,5 +40,8 @@ |
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"prettier": "2.2.1" | ||
} | ||
} |
Please register or sign in to comment