mirror of
https://github.com/makeplane/plane.git
synced 2025-12-22 14:49:37 +01:00
10 lines
204 B
JavaScript
10 lines
204 B
JavaScript
import libraryConfig from "@plane/eslint-config/library.js";
|
|
|
|
/** @type {import("eslint").Linter.FlatConfig[]} */
|
|
export default [
|
|
{
|
|
ignores: ["node_modules/", "dist/"],
|
|
},
|
|
...libraryConfig,
|
|
];
|