Skip to content

Commit b87bd05

Browse files
authored
Update yaml/sort-sequence-values pathPattern regex
1 parent 2ffa261 commit b87bd05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default configure({
115115
"yaml/sort-sequence-values": [
116116
"error",
117117
{
118-
pathPattern: ".*",
118+
pathPattern: "^(?!.*x-enum-varnames).*",
119119
order: [
120120
{
121121
order: {

0 commit comments

Comments
 (0)