UNPKG

@jsenv/cli

Version:

Command Line Interface for jsenv

7 lines (5 loc) 215 B
import { eslintConfigRelax } from "@jsenv/eslint-config-relax"; export default eslintConfigRelax({ rootDirectoryUrl: new URL("./", import.meta.url), browserDirectoryUrl: new URL("./src/", import.meta.url), });