mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +00:00
Lift prettier to workspace
This commit is contained in:
parent
50fde5c4d3
commit
6d3ac62d78
@ -18,7 +18,9 @@
|
||||
"jest": "^27.5.1",
|
||||
"prettier": "^2.3.2"
|
||||
},
|
||||
"prettier": {},
|
||||
"prettier": {
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"jest": {
|
||||
"projects": [
|
||||
"config/jest.*.js"
|
||||
|
@ -61,7 +61,6 @@
|
||||
"@typescript-eslint/eslint-plugin": "^4.8.1",
|
||||
"@typescript-eslint/parser": "^4.8.1",
|
||||
"eslint": "^7.13.0",
|
||||
"prettier": "^2.3.2",
|
||||
"supertest": "^6.0.1",
|
||||
"typescript": "^3.8.3"
|
||||
},
|
||||
|
@ -88,7 +88,6 @@
|
||||
"music-metadata-browser": "^0.6.1",
|
||||
"postcss": "^8.2.10",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"puppeteer": "^1.15.0",
|
||||
"rc-slider": "^8.7.1",
|
||||
"react-redux": "^7.1.0",
|
||||
|
@ -106,7 +106,6 @@
|
||||
"jest-puppeteer": "^4.4.0",
|
||||
"postcss": "^8.2.10",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"puppeteer": "^1.15.0",
|
||||
"react-test-renderer": "^17.0.1",
|
||||
"redux-devtools-extension": "^2.13.2",
|
||||
|
Loading…
Reference in New Issue
Block a user