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