fix: update tailwind config package
This commit is contained in:
parent
e962770a5f
commit
3f708e451c
22 changed files with 24 additions and 30 deletions
|
|
@ -3,8 +3,4 @@ module.exports = {
|
|||
root: true,
|
||||
extends: ["@plane/eslint-config/next.js"],
|
||||
parser: "@typescript-eslint/parser",
|
||||
parserOptions: {
|
||||
project: true,
|
||||
},
|
||||
rules: {},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@plane/eslint-config": "*",
|
||||
"@plane/tailwind-config": "*",
|
||||
"@plane/typescript-config": "*",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/lodash": "^4.17.1",
|
||||
|
|
@ -60,7 +61,6 @@
|
|||
"@types/uuid": "^9.0.1",
|
||||
"@types/zxcvbn": "^4.4.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"tailwind-config-custom": "*",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
module.exports = require("tailwind-config-custom/postcss.config");
|
||||
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
||||
module.exports = require("@plane/tailwind-config/postcss.config.js");
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
module.exports = require("tailwind-config-custom/tailwind.config");
|
||||
/* eslint-disable @typescript-eslint/no-require-imports */
|
||||
module.exports = require("@plane/tailwind-config/tailwind.config.js");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue