UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 256 B
module.exports = { rules: { /** * 模版字符串的 tag 之后禁止有空格,比如 tag`Hello World` * @category Stylistic Issues * @fixable */ 'template-tag-spacing': ['error', 'never'] } };