mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 05:33:01 +00:00
Merge branch 'master' into csh-metadata-fallback-node-fetch
This commit is contained in:
commit
3a2ff4e7b5
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --grep=$MOCHA_GREP test/**/*.js",
|
"test": "mocha --grep=$MOCHA_GREP test/**/*.js",
|
||||||
"format": "prettier-eslint $PWD'**/*.js' --list-different",
|
"format": "prettier-eslint $PWD'/**/*.js' --list-different",
|
||||||
"format:fix": "prettier-eslint $PWD'**/*.js' --write",
|
"format:fix": "prettier-eslint $PWD'/**/*.js' --write",
|
||||||
"lint": "eslint -f unix ."
|
"lint": "eslint -f unix ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue