Newer
Older
"browser": true,
"es6": true
},
"gon": false,
"localStorage": false
"filenames",
"html",
"promise"
"settings": {
"html/html-extensions": [".html", ".html.raw", ".vue"],
"import/resolver": {
"webpack": {
"config": "./config/webpack.config.js"
}
}
},
"filenames/match-regex": [2, "^[a-z0-9_]+$"],
"no-multiple-empty-lines": ["error", { "max": 1 }],
"promise/catch-or-return": "error"