Files
plane/packages/hooks/.eslintrc.js

7 lines
169 B
JavaScript
Raw Permalink Normal View History

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