UNPKG

eslint-config-chariz

Version:

ESLint config used at Chariz

7 lines (5 loc) 126 B
import { defineConfig } from "eslint/config"; import chariz from "./index.js"; export default defineConfig([ chariz({}) ]);