Skip to content

Commit

Permalink
Reapply "Support default setting overrides on different languages (#1… (
Browse files Browse the repository at this point in the history
#1535)

* Reapply "Support default setting overrides on different languages (#1368)" (#1530)

This reverts commit 019c458.

* Make recommended settings lazy-load
  • Loading branch information
jamesmaa authored Nov 1, 2024
1 parent 4b1dfbe commit 7c198d4
Show file tree
Hide file tree
Showing 10 changed files with 868 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,25 @@
}
}]
}
},
{
"files": [
"ext/data/recommended-settings.json"
],
"rules": {
"jsonc/sort-keys": ["error", {
"pathPattern": ".*",
"order": [
"modification",
"description"
]
}, {
"pathPattern": ".*",
"order": {
"type": "asc"
}
}]
}
}
]
}
Loading

0 comments on commit 7c198d4

Please sign in to comment.