UNPKG

eslint-config-alloy

Version:
17 lines (16 loc) 348 B
module.exports = { rules: { /** * new, typeof 等后面必须有空格,++, -- 等禁止有空格 * @category Stylistic Issues * @fixable */ 'space-unary-ops': [ 'error', { words: true, nonwords: false } ] } };