mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #6607 from overleaf/vb-issue6147
Buckets in Terraform GitOrigin-RevId: 8542ef66eaf62b8ec3d3e39cc2fb7a96ba3a1ce4
This commit is contained in:
parent
ae3f00f608
commit
830d1ab89f
2 changed files with 1652 additions and 0 deletions
1631
package-lock.json
generated
Normal file
1631
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
21
package.json
Normal file
21
package.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"devDependencies": {
|
||||||
|
"eslint": "^7.21.0",
|
||||||
|
"eslint-config-prettier": "^8.1.0",
|
||||||
|
"eslint-config-standard": "^16.0.2",
|
||||||
|
"eslint-plugin-chai-expect": "^2.2.0",
|
||||||
|
"eslint-plugin-chai-friendly": "^0.6.0",
|
||||||
|
"eslint-plugin-import": "^2.22.1",
|
||||||
|
"eslint-plugin-mocha": "^8.0.0",
|
||||||
|
"eslint-plugin-node": "^11.1.0",
|
||||||
|
"eslint-plugin-prettier": "^3.1.2",
|
||||||
|
"eslint-plugin-promise": "^4.2.1",
|
||||||
|
"prettier": "2.5.1"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"format": "prettier --list-different $PWD/'**/*.js'",
|
||||||
|
"format:fix": "prettier --write $PWD/'**/*.js'",
|
||||||
|
"lint": "eslint --max-warnings 0 --format unix .",
|
||||||
|
"lint:fix": "eslint --fix ."
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue