mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
decaffeinate: add eslint and prettier packages
This commit is contained in:
parent
a77c05c60c
commit
0366406dbe
2 changed files with 3350 additions and 165 deletions
3495
services/track-changes/package-lock.json
generated
3495
services/track-changes/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -40,11 +40,29 @@
|
|||
"underscore": "~1.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.0.3",
|
||||
"bunyan": "~2.0.2",
|
||||
"chai": "~4.1.1",
|
||||
"coffee-script": "^1.7.1",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-config-prettier": "^6.10.0",
|
||||
"eslint-config-standard": "^14.1.0",
|
||||
"eslint-config-standard-jsx": "^8.1.0",
|
||||
"eslint-config-standard-react": "^9.2.0",
|
||||
"eslint-plugin-chai-expect": "^2.1.0",
|
||||
"eslint-plugin-chai-friendly": "^0.5.0",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-mocha": "^6.2.2",
|
||||
"eslint-plugin-node": "^11.0.0",
|
||||
"eslint-plugin-prettier": "^3.1.2",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.18.3",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"memorystream": "0.3.1",
|
||||
"mocha": "^4.0.1",
|
||||
"coffee-script": "^1.7.1",
|
||||
"prettier": "^1.19.1",
|
||||
"prettier-eslint-cli": "^5.0.0",
|
||||
"sandboxed-module": "~0.3.0",
|
||||
"sinon": "~3.2.1",
|
||||
"timekeeper": "0.0.4"
|
||||
|
|
Loading…
Reference in a new issue