Преглед изворни кода

test: add npm lint command

rugk пре 5 месеци
родитељ
комит
0fe51a91a4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      js/package.json

+ 1 - 0
js/package.json

@@ -16,6 +16,7 @@
     "nyc": "^17.1.0"
     "nyc": "^17.1.0"
   },
   },
   "scripts": {
   "scripts": {
+    "lint": "eslint",
     "test": "mocha",
     "test": "mocha",
     "ci-test": "mocha --reporter xunit --reporter-option output=mocha-results.xml"
     "ci-test": "mocha --reporter xunit --reporter-option output=mocha-results.xml"
   },
   },