Skip to content
Snippets Groups Projects
.eslintrc.json 149 B
{
  "extends": "standard",
  "installedESLint": true,
  "plugins": [
    "standard",
    "promise"
  ],
  "rules": {
    "semi": [2, "always"]
  }
}