you may use special comments to disable some warnings. use // eslint-disable-next-line to ignore the next line. use /* eslint-disable */ to ignore all warnings in a file. error in [eslint]
时间: 2023-04-30 12:01:39 浏览: 187
去除打开文件时的安全警告
你可以使用特殊的注释来禁用一些警告。使用 // eslint-disable-next-line 来忽略下一行。使用 /* eslint-disable */ 来忽略文件中的所有警告。[eslint] 中的错误。
阅读全文