blob: 7f76dd736138096615f612a967f595c786cffe9d (
plain)
1
2
3
4
5
6
7
8
9
|
export {
configToRuleset,
getGlobalConfigPath,
loadConfig,
loadGlobalConfig,
mergeConfigs,
} from "./loader.js";
export { validateConfig } from "./schema.js";
export { createConfigWatcher, watchDirConfig } from "./watcher.js";
|