mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-01-18 16:54:25 +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"]
|
|
}
|