Files
netris-nestri/apps/www/.eslintrc.cjs
2024-08-30 11:08:58 +03:00

12 lines
300 B
JavaScript

/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@nestri/eslint-config/qwik.js"],
parser: "@typescript-eslint/parser",
parserOptions: {
//Find some way to use the lint tsconfig
project: "./tsconfig.json",
tsconfigRootDir: __dirname,
},
};