mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00: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,
|
|
},
|
|
};
|