mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
18 lines
313 B
TypeScript
18 lines
313 B
TypeScript
/* Compose */
|
|
export { compose } from './compose';
|
|
|
|
/* Presets */
|
|
export { base, typescript, vue, vitest, imports, node } from './presets';
|
|
|
|
/* Types */
|
|
export type {
|
|
OxlintConfig,
|
|
OxlintOverride,
|
|
OxlintEnv,
|
|
OxlintGlobals,
|
|
AllowWarnDeny,
|
|
DummyRule,
|
|
DummyRuleMap,
|
|
RuleCategories,
|
|
} from './types';
|