Skip to content

Commit a617965

Browse files
committed
Merge pull request #133 from Coffcer/vue
add *.vue file support
2 parents 59a44d5 + ae8eea3 commit a617965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ESLint(NodeLinter):
2121
"""Provides an interface to the eslint executable."""
2222

2323
syntax = ('javascript', 'html', 'javascriptnext', 'javascript (babel)',
24-
'javascript (jsx)', 'jsx-real', 'Vue Component')
24+
'javascript (jsx)', 'jsx-real', 'Vue Component', 'vue')
2525
npm_name = 'eslint'
2626
cmd = ('eslint', '--format', 'compact', '--stdin', '--stdin-filename', '__RELATIVE_TO_FOLDER__')
2727
version_args = '--version'

0 commit comments

Comments
 (0)