view package.json @ 71:20c42dd14d17

Add lint command
author nanaya <me@nanaya.pro>
date Fri, 03 Apr 2020 22:00:17 +0900
parents 950049970056
children 9c8cde985caf
line wrap: on
line source

{
  "name": "ec-userscripts",
  "version": "1.0.0",
  "license": "MIT",
  "scripts": {
    "lint": "standard *.user.js"
  },
  "dependencies": {
    "standard": "^14.3.3"
  }
}