"scripts": {
  "test": "mocha **/*.test.js",
  "test2": "nodemon --exec \"npm test\"",
  "rules": "standard | snazzy",
  "fix": "standard --fix"
},
"standard": {
  "parser": "babel-eslint",
  "env": [
    "mocha"
  ],
  "ignore": [
    "**/out/",
    "/lib/select2/",
    "/lib/ckeditor/",
    "tmp.js",
    "/dist",
    "/docs"
  ]
},