UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 213 B
module.exports = { rules: { /** * 模版中使用 4 个空格缩进 * @category Improving Readability * @fixable */ 'vue/html-indent': ['error', 4] } };