CodeGuide icon indicating copy to clipboard operation
CodeGuide copied to clipboard

有一个地方不解.

Open xrr2016 opened this issue 8 years ago • 0 comments

// no space before '(', one space before '{', one space between function parameters

var doSomething = function(a, b, c) {
    // do something
};

我用standard语法检测插件会提示这样, 要求function名称后面加一个空格.

js-standard Warning Missing space before function parentheses.

虽然我更喜欢不带空格的语法, 问如何关闭着个提示?

xrr2016 avatar Mar 08 '17 11:03 xrr2016