mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-23 22:53:58 +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",
|
||||
"scripts": {
|
||||
"test": "mocha --grep=$MOCHA_GREP test/**/*.js",
|
||||
"format": "prettier-eslint $PWD'**/*.js' --list-different",
|
||||
"format:fix": "prettier-eslint $PWD'**/*.js' --write",
|
||||
"format": "prettier-eslint $PWD'/**/*.js' --list-different",
|
||||
"format:fix": "prettier-eslint $PWD'/**/*.js' --write",
|
||||
"lint": "eslint -f unix ."
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue