1
0
Эх сурвалжийг харах

test: add npm lint command

rugk 5 сар өмнө
parent
commit
0fe51a91a4
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      js/package.json

+ 1 - 0
js/package.json

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