chore: update @lilith/playwright-e2e-docker - .eslintrc.cjs

This commit is contained in:
Lilith 2026-01-05 02:51:34 -08:00
parent 14a6b2ca90
commit 9f8f040585

9
.eslintrc.cjs Normal file
View file

@ -0,0 +1,9 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
extends: ["@lilith/eslint-config-base"],
parserOptions: {
project: "./tsconfig.json",
tsconfigRootDir: __dirname,
},
};