chore: Update dependencies and fix import paths
This commit is contained in:
parent
3b737a078a
commit
81c5e30fda
46 changed files with 1626 additions and 371 deletions
|
@ -1,3 +1,23 @@
|
|||
{
|
||||
"overrides": []
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue