UNPKG

eslint-plugin-text

Version:

An incredible ESLint plugin for retext or textlint

5 lines 218 B
import path from 'node:path'; import { createSyncFn } from 'synckit'; import { _dirname } from './constants.js'; export const lint = createSyncFn(path.resolve(_dirname, './worker.js')); //# sourceMappingURL=sync.js.map