Skip to content

Commit 744956a

Browse files
authored
Remove unused runOutsideVue option from vue/sort-keys (#2655)
1 parent 43d6a91 commit 744956a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/rules/sort-keys.js

-4
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ module.exports = {
9999
natural: {
100100
type: 'boolean',
101101
default: false
102-
},
103-
runOutsideVue: {
104-
type: 'boolean',
105-
default: true
106102
}
107103
},
108104
additionalProperties: false

0 commit comments

Comments
 (0)