Skip to content

Commit b8a325d

Browse files
mokkabonnamichalsnik
authored andcommitted
Added exact as valid modifier (#269)
1 parent deedd7a commit b8a325d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/valid-v-on.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const utils = require('../utils')
1818
const VALID_MODIFIERS = new Set([
1919
'stop', 'prevent', 'capture', 'self', 'ctrl', 'shift', 'alt', 'meta',
2020
'native', 'once', 'left', 'right', 'middle', 'passive', 'esc', 'tab',
21-
'enter', 'space', 'up', 'left', 'right', 'down', 'delete'
21+
'enter', 'space', 'up', 'left', 'right', 'down', 'delete', 'exact'
2222
])
2323
const VERB_MODIFIERS = new Set([
2424
'stop', 'prevent'

0 commit comments

Comments
 (0)