UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 247 B
module.exports = { rules: { /** * 对象字面量的键名禁止用引号括起来 * @category Stylistic Issues * @reason 没必要限制 * @fixable */ 'quote-props': 'off' } };