Skip to content

Commit

Permalink
Use hasProperties instead
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Sep 17, 2024
1 parent 63a5144 commit 92300c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,8 @@
],
"rules": {
"jsonc/sort-keys": ["error", {
"pathPattern": "^\\w+.\\w+\\[\\d+\\]$",
"pathPattern": ".*",
"hasProperties": ["name"],
"order": [
"name",
"description",
Expand Down

0 comments on commit 92300c4

Please sign in to comment.