Skip to content

Commit

Permalink
Remove unused runOutsideVue option from vue/sort-keys (#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann authored Dec 19, 2024
1 parent 43d6a91 commit 744956a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/rules/sort-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ module.exports = {
natural: {
type: 'boolean',
default: false
},
runOutsideVue: {
type: 'boolean',
default: true
}
},
additionalProperties: false
Expand Down

0 comments on commit 744956a

Please sign in to comment.