eslint Unexpected trailing comma. (comma-dangle)报错解决方法
栏目:
eslint
发布时间:2021-12-24
eslint Unexpected trailing comma. (comma-dangle)报错解决方法
// .eslintrc
{
"rules": {
"comma-dangle": 0
}
}
本文地址:https://www.tides.cn/p_eslint-unexpected-trailing-comma-dangle