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