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