UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 238 B
module.exports = { rules: { /** * 注释的首字母必须大写 * @category Stylistic Issues * @reason 没必要限制 * @fixable */ 'capitalized-comments': 'off' } };