Navigation Menu

Skip to content

Commit

Permalink
chore: add type property to array-element-newline schema (#16877)
Browse files Browse the repository at this point in the history
  • Loading branch information
mho22 committed Feb 8, 2023
1 parent a061527 commit 9dbe06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rules/array-element-newline.js
Expand Up @@ -47,6 +47,7 @@ module.exports = {
]
}
},
type: "array",
items: [
{
oneOf: [
Expand Down

0 comments on commit 9dbe06d

Please sign in to comment.