mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[misc] monkey patch prettier-eslint basepath
This commit is contained in:
parent
102c7524c9
commit
97407980db
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha test/**/*.js",
|
"test": "mocha test/**/*.js",
|
||||||
"format": "prettier-eslint '**/*.js' --list-different",
|
"format": "prettier-eslint $PWD'**/*.js' --list-different",
|
||||||
"format:fix": "prettier-eslint '**/*.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