From 9f8f040585b7bbf6264334d44cb4f89d1f49954e Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 5 Jan 2026 02:51:34 -0800 Subject: [PATCH] chore: update @lilith/playwright-e2e-docker - .eslintrc.cjs --- .eslintrc.cjs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .eslintrc.cjs diff --git a/.eslintrc.cjs b/.eslintrc.cjs new file mode 100644 index 0000000..c98409f --- /dev/null +++ b/.eslintrc.cjs @@ -0,0 +1,9 @@ +/** @type {import("eslint").Linter.Config} */ +module.exports = { + extends: ["@lilith/eslint-config-base"], + parserOptions: { + project: "./tsconfig.json", + tsconfigRootDir: __dirname, + }, +}; +