Просмотр исходного кода

Merge pull request #24 from overleaf/jpa-fix-prettier-eslint-glob-take2

[misc] fix prettier-eslint glob for real -- include tests
Jakob Ackermann 6 лет назад
Родитель
Сommit
468189560f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      libraries/logger/package.json

+ 2 - 2
libraries/logger/package.json

@@ -10,8 +10,8 @@
   "version": "2.1.1",
   "scripts": {
     "test": "mocha 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": {