plane/packages/types/.eslintrc.js
sriram veeraghanta 0e6fbaee3a
[WEB-4790] fix: moved typescript parser to the base eslint config (#7658)
* fix: moved typescript parser to the base eslint config

* fix: eslint warning

* fix: type config setting

* fix: convert live eslint to cjs
2025-08-27 21:03:20 +05:30

5 lines
84 B
JavaScript

module.exports = {
root: true,
extends: ["@plane/eslint-config/library.js"],
};