Skip to content

Commit 7c198d4

Browse files
authored
Reapply "Support default setting overrides on different languages (#1… (#1535)
* Reapply "Support default setting overrides on different languages (#1368)" (#1530) This reverts commit 019c458. * Make recommended settings lazy-load
1 parent 4b1dfbe commit 7c198d4

10 files changed

+868
-0
lines changed

.eslintrc.json

+19
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,25 @@
694694
}
695695
}]
696696
}
697+
},
698+
{
699+
"files": [
700+
"ext/data/recommended-settings.json"
701+
],
702+
"rules": {
703+
"jsonc/sort-keys": ["error", {
704+
"pathPattern": ".*",
705+
"order": [
706+
"modification",
707+
"description"
708+
]
709+
}, {
710+
"pathPattern": ".*",
711+
"order": {
712+
"type": "asc"
713+
}
714+
}]
715+
}
697716
}
698717
]
699718
}

0 commit comments

Comments
 (0)