Files
plane/packages/logger/.eslintrc.js
2025-06-13 01:50:44 +05:30

7 lines
169 B
JavaScript

/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@plane/eslint-config/library.js"],
parser: "@typescript-eslint/parser",
};