mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-14 08:16:27 +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"]
|
|
}
|