chore: add eslint rules for import group (#9)

This commit is contained in:
KC
2025-03-28 22:26:53 +01:00
committed by GitHub
parent 0a9c060741
commit a96bc0fe32
9 changed files with 20 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import { readFileSync, writeFileSync } from 'node:fs'
import { dirname, resolve } from 'node:path'
import { fileURLToPath } from 'node:url'
import { name, version } from '../package.json'
const __dirname = dirname(fileURLToPath(import.meta.url));