mirror of
https://github.com/makeplane/plane.git
synced 2026-06-13 19:19:54 +00:00
2e15e4f786
* [WEB-5473] fix: source map errors * [WEB-5473] chore: run codemod * fix: build errors in editor --------- Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ["@plane/eslint-config/library.js"],
|
|
};
|