UNPKG

@jsenv/cli

Version:

Command Line Interface for jsenv

8 lines (6 loc) 228 B
import { eslintConfigRelax } from "@jsenv/eslint-config-relax"; export default eslintConfigRelax({ rootDirectoryUrl: import.meta.resolve("./"), browserDirectoryUrl: import.meta.resolve("./src/"), jsxPragmaAuto: true, });