8000 Remove unused `runOutsideVue` option from `vue/sort-keys` (#2655) · vuejs/eslint-plugin-vue@7bcd738 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7bcd738

Browse files
committed
Remove unused runOutsideVue option from vue/sort-keys (#2655)
1 parent 8b68356 commit 7bcd738

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/rules/sort-keys.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ module.exports = {
9696
},
9797
natural: {
9898
type: 'boolean'
99-
},
100-
runOutsideVue: {
101-
type: 'boolean'
10299
}
103100
},
104101
additionalProperties: false

0 commit comments

Comments
 (0)
0