fix: update tailwind config package

This commit is contained in:
sriram veeraghanta 2025-01-14 17:09:40 +05:30
parent e962770a5f
commit 3f708e451c
22 changed files with 24 additions and 30 deletions

View file

@ -3,7 +3,4 @@ module.exports = {
root: true,
extends: ["@plane/eslint-config/library.js"],
parser: "@typescript-eslint/parser",
parserOptions: {
project: true,
},
};