mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3715 from overleaf/ae-eslint-config-prettier
Upgrade eslint-config-prettier GitOrigin-RevId: 777ad57793e0ceff2d5dc913b13bbaa1e217367e
This commit is contained in:
parent
a2000cb171
commit
b04b8daf85
3 changed files with 372 additions and 256 deletions
|
@ -8,9 +8,7 @@
|
|||
"standard",
|
||||
"standard-jsx",
|
||||
"standard-react",
|
||||
"prettier",
|
||||
"prettier/react",
|
||||
"prettier/standard"
|
||||
"prettier"
|
||||
],
|
||||
"plugins": [
|
||||
"jsx-a11y",
|
||||
|
|
618
services/web/package-lock.json
generated
618
services/web/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -180,8 +180,8 @@
|
|||
"copy-webpack-plugin": "^5.1.1",
|
||||
"css-loader": "^3.5.2",
|
||||
"es6-promise": "^4.2.8",
|
||||
"eslint": "^7.15.0",
|
||||
"eslint-config-prettier": "^7.0.0",
|
||||
"eslint": "^7.21.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"eslint-config-standard-jsx": "^10.0.0",
|
||||
"eslint-config-standard-react": "^11.0.1",
|
||||
|
@ -192,7 +192,7 @@
|
|||
"eslint-plugin-mocha": "^8.0.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"eslint-plugin-react": "^7.22.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"eslint-plugin-standard": "^5.0.0",
|
||||
"expose-loader": "^0.7.5",
|
||||
|
|
Loading…
Reference in a new issue