mirror of
https://github.com/run-llama/chat-llamaindex.git
synced 2026-07-01 21:04:08 -04:00
10 lines
210 B
JSON
10 lines
210 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"no-unused-vars": ["warn", { "args": "none" }],
|
|
"@next/next/no-img-element": "off"
|
|
},
|
|
"ignorePatterns": ["**/*.css"]
|
|
}
|