Chore: another big deps update (#4795)

This commit is contained in:
shamoon
2025-02-18 16:16:53 -08:00
committed by GitHub
parent 2881114816
commit 1c24bd7449
165 changed files with 1054 additions and 1121 deletions

View File

@@ -1,5 +1,9 @@
{
"extends": ["airbnb", "next/core-web-vitals", "prettier"],
"extends": [
"next/core-web-vitals",
"prettier",
"plugin:react-hooks/recommended"
],
"plugins": ["prettier"],
"rules": {
"import/no-cycle": [
@@ -27,5 +31,12 @@
"paths": ["src"]
}
}
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
}
}