space-before-function-paren': [2, 'never'], // 函数定义时括号前面要不要有空格 'space-in-parens': [2, 'never'], // 小括号里面要不要有空格 'spaced-comment
, // 禁止非必要的括号 'no-extra-semi': 2, // 禁止多余的冒号 'comma-dangle': [2, 'never'], // 键值对最后一个不能有, 'spaced-comment
如果if块中包含return,它后面的else if块中也包含了return,这个时候就可以把else if拆开 'spaced-comment': [ 'error',
注意,你可能需要在 eslint 配置文件中加入以下内容以免 eslint 把三斜杠指令视为错误: { "rules": { "spaced-comment": [ "error
throw case后面要不要加空格 “space-unary-ops”: [0, { “words”: true, “nonwords”: false }],//一元运算符的前/后要不要加空格 “spaced-comment
throw case后面要不要加空格 "space-unary-ops": [0, { "words": true, "nonwords": false }],//一元运算符的前/后要不要加空格 "spaced-comment
eslint: spaced-comment // bad //is current tab const active = true; // good // is current tab const active
eslint: spaced-comment。...capitalized-comments line-comment-position lines-around-comment multiline-comment-style no-inline-comments spaced-comment
console "no-console": 0, // 关闭禁止末尾空行 "eol-last": 0, // 关闭强制在注释中 // 或 /* 使用一致的空格 "spaced-comment
alloy/typescript', ], env: { browser: true, node: true, }, rules: { // 自定义规则 'spaced-comment
eslint: spaced-comment //comment // ✗ avoid // comment // ✓ ok /*comment*/
"space-unary-ops": ["error", {"words": true, "nonwords": false}], // 要求或禁止在注释前有空白 "spaced-comment
semi-spacing': [2, { before: false, after: true }], 'no-unreachable': 1, 'space-infix-ops': 1, 'spaced-comment
领取专属 10元无门槛券
手把手带您无忧上云