UNPKG

eslint-plugin-format

Version:

Format various languages with formatters in ESLint

10 lines (7 loc) 202 B
const { runAsWorker } = require('synckit') let oxfmt runAsWorker(async (filename, code, options) => { if (!oxfmt) oxfmt = await import('oxfmt') return oxfmt.format(filename, code, options) })