Files
plane/apps/web/.eslintrc.js

7 lines
166 B
JavaScript
Raw Permalink Normal View History

/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@plane/eslint-config/next.js"],
2024-03-19 20:08:35 +05:30
parser: "@typescript-eslint/parser",
};