ChatGPT-Next-Web/.eslintrc.json

13 lines
197 B
JSON
Raw Permalink Normal View History

2023-03-07 15:23:54 +00:00
{
2023-03-28 17:51:22 +00:00
"extends": "next/core-web-vitals",
2024-04-12 02:57:57 +00:00
"plugins": [
"prettier"
],
"parserOptions": {
"ecmaFeatures": {
"legacyDecorators": true
}
},
"ignorePatterns": ["globals.css"]
2023-03-07 15:23:54 +00:00
}