Newer
Older
"browser": true,
"es6": true
},
"__webpack_public_path__": true,
"gon": false,
"localStorage": false
"parser": "babel-eslint",
"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_]+$"],
"import/no-commonjs": "error",
"no-multiple-empty-lines": ["error", { "max": 1 }],
"promise/catch-or-return": "error",
"no-underscore-dangle": ["error", { "allow": ["__"]}]