Explorar o código

test: add npm lint command

rugk hai 5 meses
pai
achega
0fe51a91a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"
   },