Pulse7
9/6/2017 - 1:44 PM

EsLint watch

  "scripts"{
    "start": "npm-run-all --parallel isSecure open:src lint:watch",
    "lint":"esw webpack.config.* src buildScripts --color",
    "lint:watch":"npm run lint -- --watch",
    }