module.exports = { root: true, extends: [ "@nestri/eslint-config/qwik.js", ], parser: "@typescript-eslint/parser", parserOptions: { tsconfigRootDir: __dirname, project: ["./tsconfig.json"], ecmaVersion: 2021, sourceType: "module", ecmaFeatures: { jsx: true, }, } };