* refactor: lite and rich text editors * refactor: document editor migration * fix: add missing css import * refactor: issue embed widget splitting * chore: remove extensions folder from ee * chore: update web ee folder structure * fix: build errors --------- Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ["custom"],
|
|
};
|