mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 21:32:39 +02:00
10 lines
208 B
JavaScript
10 lines
208 B
JavaScript
|
|
/** @type {import("eslint").Linter.Config} */
|
||
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
extends: ["@repo/eslint-config/next.js"],
|
||
|
|
parser: "@typescript-eslint/parser",
|
||
|
|
parserOptions: {
|
||
|
|
project: true,
|
||
|
|
},
|
||
|
|
};
|