有誰知道如何在整個 Next.js 專案的 eslintrc.json 檔案中禁用此功能?

我已經添加了這個,但它不起作用:
{
"extends": ["next/core-web-vitals", "prettier"],
"rules": {
"prefer-const": "error",
"indent": ["error", 2],
"jsx-a11y/img-has-alt": "off"
}
}
uj5u.com熱心網友回復:
試試這個:"jsx-a11y/alt-text": [0],請參閱檔案以獲取更多資訊
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/487428.html
標籤:javascript 下一个.js 埃斯林特
上一篇:如何從此字串中洗掉前5個字符?
