在.eslintrc.js中配置:
// add your custom rules here rules: { // no space before function name "space-before-function-paren": 0 }
原文地址:https://www.cnblogs.com/ladybug7/p/12251036.html
时间: 2024-11-03 04:46:35
在.eslintrc.js中配置:
// add your custom rules here rules: { // no space before function name "space-before-function-paren": 0 }
原文地址:https://www.cnblogs.com/ladybug7/p/12251036.html