mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-31 03:09:04 +08:00
13 lines
197 B
JSON
13 lines
197 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaFeatures": {
|
|
"legacyDecorators": true
|
|
}
|
|
},
|
|
"ignorePatterns": ["globals.css"]
|
|
}
|