2024-04-09 16:21:05 +05:30
|
|
|
{
|
2024-07-05 15:49:43 +08:00
|
|
|
"extends": ["../.eslintrc.json"],
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": ["*.ts", "*.tsx"],
|
|
|
|
"plugins": ["react", "react-hooks"],
|
|
|
|
"extends": ["plugin:react/recommended", "plugin:react-hooks/recommended", "plugin:react/jsx-runtime"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"postcss.config.js",
|
|
|
|
"tailwind.config.js",
|
|
|
|
"tailwind.config.ts"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"unicorn/prefer-module": "off"
|
|
|
|
},
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2024-04-09 16:21:05 +05:30
|
|
|
}
|