mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-08 15:22:39 +02:00
11 lines
268 B
JavaScript
11 lines
268 B
JavaScript
|
|
/** @type {import("eslint").Linter.Config} */
|
||
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
extends: ["@repo/eslint-config/react-internal.js"],
|
||
|
|
parser: "@typescript-eslint/parser",
|
||
|
|
parserOptions: {
|
||
|
|
project: "./tsconfig.lint.json",
|
||
|
|
tsconfigRootDir: __dirname,
|
||
|
|
},
|
||
|
|
};
|