UNPKG

vue-mess-detector

Version:

A static code analysis tool for detecting code smells and best practice violations in Vue.js and Nuxt.js projects

10 lines (6 loc) 258 B
#!/usr/bin/env node import path from 'node:path' import { fileURLToPath } from 'node:url' const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) import(`file:///${path.resolve(__dirname, 'vue-mess-detector.es.js')}`)