chore: update @lilith/playwright-e2e-docker - .eslintrc.cjs
This commit is contained in:
parent
14a6b2ca90
commit
9f8f040585
1 changed files with 9 additions and 0 deletions
9
.eslintrc.cjs
Normal file
9
.eslintrc.cjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/** @type {import("eslint").Linter.Config} */
|
||||
module.exports = {
|
||||
extends: ["@lilith/eslint-config-base"],
|
||||
parserOptions: {
|
||||
project: "./tsconfig.json",
|
||||
tsconfigRootDir: __dirname,
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Add table
Reference in a new issue