UNPKG

eslint-config-fuks

Version:

9 lines (8 loc) 269 B
import { FlatCompat } from '@eslint/eslintrc'; import path from 'path'; import { fileURLToPath } from 'url'; const filename = fileURLToPath(import.meta.url); const dirname = path.dirname(filename); export const compat = new FlatCompat({ baseDirectory: dirname, });