mirror of
https://github.com/makeplane/plane.git
synced 2026-06-14 03:30:00 +00:00
0e6fbaee3a
* fix: moved typescript parser to the base eslint config * fix: eslint warning * fix: type config setting * fix: convert live eslint to cjs
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ["@plane/eslint-config/server.js"],
|
|
};
|