mirror of
https://github.com/makeplane/plane.git
synced 2025-12-19 13:19:31 +01:00
10 lines
212 B
JavaScript
10 lines
212 B
JavaScript
|
|
/** @type {import("eslint").Linter.Config} */
|
||
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
extends: ["@plane/eslint-config/library.js"],
|
||
|
|
parser: "@typescript-eslint/parser",
|
||
|
|
parserOptions: {
|
||
|
|
project: true,
|
||
|
|
},
|
||
|
|
};
|