UNPKG

eslint-config-alloy

Version:
16 lines (15 loc) 286 B
module.exports = { rules: { /** * 一个缩进必须用四个空格替代 * @category Uncategorized */ 'vue/script-indent': [ 'error', 4, { switchCase: 1 } ] } };