UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 219 B
module.exports = { rules: { /** * ${name} 内的首尾禁止有空格 * @category ECMAScript 6 * @fixable */ 'template-curly-spacing': ['error', 'never'] } };