UNPKG

eslint-plugin-markup

Version:

An incredible ESLint plugin for all markup languages based on markuplint

8 lines 344 B
import path from 'node:path'; import { fileURLToPath } from 'node:url'; import { EVAL_FILENAMES } from '@pkgr/core'; const _filename = typeof __filename === 'undefined' || EVAL_FILENAMES.has(__filename) ? fileURLToPath(import.meta.url) : __filename; export const _dirname = path.dirname(_filename); //# sourceMappingURL=constants.js.map