no-implicit-coercion": "error", "no-invalid-this": "error", "no-loop-func": "error", "no-multi-spaces..."no-multi-spaces":"error" 禁止使用多个空格。 "no-new-func":"error" 禁止对 空Function 对象使用 new 操作符。
声明时不能混用声明类型 "no-mixed-spaces-and-tabs": [2, false],//禁止混用tab和空格 "linebreak-style": [0, "windows"],//换行风格 "no-multi-spaces
声明时不能混用声明类型 “no-mixed-spaces-and-tabs”: [2, false],//禁止混用tab和空格 “linebreak-style”: [0, “windows”],//换行风格 “no-multi-spaces
eslint: no-multi-spaces, react/jsx-tag-spacing // bad // very bad //
eslint: no-multi-spaces const id = 1234 // ✗ avoid const id = 1234 // ✓ ok 不使用多行字符串。
定义的规则 'env': {'node': true} } 由于 @typescript-eslint/recommended 的规则并不完善,因此还需要补充ESLint的规则,如禁止使用多个空格(no-multi-spaces
2 no-iterator 不允许使用__iterator__属性 2 no-lone-blocks 不允许不必要的嵌套代码块 2 no-loop-func 不允许在循环语句中进行函数声明 2 no-multi-spaces
error", // no-eq-null 禁止与null进行比较 "no-eq-null": "error", // 禁止使用多个空格 "no-multi-spaces
], // double 双引号 single 单引号 allowTemplateLiterals 支持es6`` https://eslint.org/docs/rules/quotes "no-multi-spaces
, 'no-unreachable': 1, 'space-infix-ops': 1, 'spaced-comment': 1, 'no-var': 2, 'no-multi-spaces
eslint: no-multi-spaces const id = 1234 // ✗ avoid const id = 1234 // ✓ ok 63.不要使用多行字符串。
声明时不能混用声明类型 "no-mixed-spaces-and-tabs": [2, false],//禁止混用tab和空格 "linebreak-style": [0, "windows"],//换行风格 "no-multi-spaces...或对齐对象的属性、变量定义、import 等 * @category Best Practices * @fixable */ 'no-multi-spaces
领取专属 10元无门槛券
手把手带您无忧上云