Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-04-07 01:03:23 +0300
committerMike Greiling <mike@pixelcog.com>2017-04-09 23:22:53 +0300
commit8050d835d40fdecdadc1be463fce0c58b54da3ac (patch)
treeed008c40590c2ab5a3c302103babdabb6fbb6d80 /.eslintrc
parent04f29d6ede22b8a335a9bab572f65be00db4dd64 (diff)
add eslint support to vue files
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index b0ae2a31919..57a08a06527 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -13,9 +13,11 @@
},
"plugins": [
"filenames",
- "import"
+ "import",
+ "html"
],
"settings": {
+ "html/html-extensions": [".html", ".html.raw", ".vue"],
"import/resolver": {
"webpack": {
"config": "./config/webpack.config.js"