UNPKG

eslint-plugin-markup

Version:

An incredible ESLint plugin for all markup languages based on markuplint

10 lines 303 B
import path from 'node:path'; import { createSyncFn } from 'synckit'; import { _dirname } from './constants.js'; const workerPath = path.resolve(_dirname, './worker.js'); export const sync = { get markuplintSync() { return createSyncFn(workerPath); }, }; //# sourceMappingURL=sync.js.map