📜  删除 lintimport no-anonymous-default-export 的 vscode 中的绿线 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:12.778000             🧑  作者: Mango

代码示例1
Add this above the anonymous function
/* eslint import/no-anonymous-default-export: [2, {"allowArrowFunction": true}] */