{
  "ignore": [ ".git", "coverage", ".*/**", ".*", "*.iml", "babel.config.js", "test/custom-test-env.js", ".idea", "rollup.config.js"],
  "license": "license-add/LICENSE-HEADER.txt",
  "licenseFormats": {
    "js": {
      "prepend": "/*",
      "append": " */",
      "eachLine": {
        "prepend": " * "
      }
    },
    "dotfile": {
      "eachLine": {
        "prepend": "# "
      }
    },
    "md": {
      "prepend": "<!---",
      "append": " -->"
    }
  },
  "trailingWhitespace": "TRIM"
}
