UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 129 B
module.exports = { rules: { /** * 禁止使用 style 属性 */ 'vue/no-static-inline-styles': 'off', }, };