diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-04-06 17:03:23 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-04-09 15:22:53 -0500 |
commit | 8050d835d40fdecdadc1be463fce0c58b54da3ac (patch) | |
tree | ed008c40590c2ab5a3c302103babdabb6fbb6d80 /.eslintrc | |
parent | 04f29d6ede22b8a335a9bab572f65be00db4dd64 (diff) | |
download | gitlab-ce-8050d835d40fdecdadc1be463fce0c58b54da3ac.tar.gz |
add eslint support to vue files
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 4 |
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" |