UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 216 B
module.exports = { rules: { /** * 禁止在模版中用 this * @category Minimizing Arbitrary Choices and Cognitive Overhead */ 'vue/this-in-template': 'error' } };