mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #24 from overleaf/jpa-fix-prettier-eslint-glob-take2
[misc] fix prettier-eslint glob for real -- include tests
This commit is contained in:
commit
468189560f
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 $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