UNPKG

eslint-config-alloy

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