UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 151 B
module.exports = { rules: { /** * 禁止在 super 被调用之前使用 this 或 super */ 'no-this-before-super': 'error', }, };