Skip to content

Commit

Permalink
Enable jsonc/sort-keys on recommended-dictionaries.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Sep 17, 2024
1 parent 547a628 commit 00296ec
Show file tree
Hide file tree
Showing 2 changed files with 335 additions and 327 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,14 @@
"crypto": "readonly",
"AbortController": "readonly"
}
},
{
"files": [
"ext/data/recommended-dictionaries.json"
],
"rules": {
"jsonc/sort-keys": ["error", "asc"]
}
}
]
}
Loading

0 comments on commit 00296ec

Please sign in to comment.