Parcourir la source

test: add npm lint command

rugk il y a 5 mois
Parent
commit
0fe51a91a4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"
   },