UNPKG

@telareth/eslint-plugin

Version:
12 lines (11 loc) 263 B
import pkg from '../package.json' with { type: 'json' }; import { configs } from './configs/index.js'; const plugin = { meta: { name: pkg.name, version: pkg.version, namespace: 'telareth', }, configs, }; export default plugin;