e22m4u 1 год назад
Родитель
Сommit
11c0176d0f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -13,8 +13,8 @@
     "node": ">=12"
   },
   "scripts": {
-    "lint": "tsc && eslint .",
-    "lint:fix": "tsc && eslint . --fix",
+    "lint": "tsc && eslint ./src",
+    "lint:fix": "tsc && eslint ./src --fix",
     "format": "prettier --write \"./src/**/*.js\"",
     "test": "npm run lint && c8 --reporter=text-summary mocha",
     "test:coverage": "npm run lint && c8 --reporter=text mocha",