Skip to content

Commit ffa8d70

Browse files
feat(core): Implement settings profile resolver
Initial implementation of the settings profile resolver, which builds a final KS configuration from individual fragments.
1 parent 1e33a9d commit ffa8d70

22 files changed

+3555
-49
lines changed
File renamed without changes.

LICENSE.md renamed to LICENSE

File renamed without changes.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
module.exports = {
1+
/** @type {import("lint-staged").Config} */
2+
export default {
23
"package.json": "yarn prettier-package-json --write",
34
"*.{js,json,md,sh,ts,yml}": "prettier --write",
45
};

0 commit comments

Comments
 (0)