* fix: moved typescript parser to the base eslint config * fix: eslint warning * fix: type config setting * fix: convert live eslint to cjs
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ["@plane/eslint-config/server.js"],
|
|
};
|