chore: prettier

This commit is contained in:
Mo
2022-06-14 08:31:05 -05:00
parent 6dda8ee71d
commit c4a7cc6183
7 changed files with 9 additions and 12 deletions

View File

@@ -114,7 +114,7 @@
"gh-pages": "3.2.3",
"lint-staged": "12.3.5",
"node-sass": "*",
"prettier": "2.5.1",
"prettier": "*",
"react": "17.0.2",
"react-beautiful-dnd": "13.1.0",
"react-dom": "17.0.2",

View File

@@ -114,7 +114,7 @@
"gh-pages": "3.2.3",
"lint-staged": "12.3.5",
"node-sass": "*",
"prettier": "2.5.1",
"prettier": "*",
"react": "17.0.2",
"react-beautiful-dnd": "13.1.0",
"react-dom": "17.0.2",

View File

@@ -17,6 +17,7 @@
"eslint": "*",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "*",
"prettier": "*",
"sass-loader": "^12.6.0",
"style-loader": "~3.3.1",
"typescript": "*",

View File

@@ -20,6 +20,7 @@
"@types/react": "link:../web/node_modules/@types/react",
"@types/react-dom": "link:../web/node_modules/@types/react-dom",
"eslint": "*",
"prettier": "*",
"typescript": "*"
}
}

View File

@@ -45,6 +45,7 @@
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "*",
"npm-check-updates": "^12.5.9",
"prettier": "*",
"sass-loader": "^12.6.0",
"svg-jest": "^1.0.1",
"ts-jest": "^27.1.4",