mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
chore: prettier on UI
This commit is contained in:
parent
912b40c383
commit
4b75eaa0ab
49 changed files with 1703 additions and 1267 deletions
|
@ -31,7 +31,8 @@
|
|||
"start": "react-app-rewired start",
|
||||
"build": "react-app-rewired build",
|
||||
"test": "react-app-rewired test",
|
||||
"eject": "react-app-rewired eject"
|
||||
"eject": "react-app-rewired eject",
|
||||
"lint:prettier": "prettier -c '**/*.{ts,tsx,css,yml,yaml,md,json,js,jsx}'"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
|
@ -53,6 +54,7 @@
|
|||
"eslint-plugin-react": "^7.11.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"node-sass-chokidar": "^1.3.4",
|
||||
"prettier": "^1.19.1",
|
||||
"react-app-rewire-scss": "^1.0.2",
|
||||
"react-app-rewired": "^2.1.1",
|
||||
"redux-devtools": "^3.4.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue