Skip to content

Commit

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

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

This reverts commit 019c458.

* Make recommended settings lazy-load

<rikaitan.link>N2MxOThkNGE2N2RmZWM3MWU5ZWRkMWMxMTIyN2M5OTRhMmE5YjZjNwo=</rikaitan.link>
  • Loading branch information
jason-ojisan committed Nov 4, 2024
1 parent fe42425 commit e02289c
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 e02289c

Please sign in to comment.