UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 203 B
module.exports = { rules: { /** * 禁止在 super 被调用之前使用 this 或 super * @category ECMAScript 6 */ 'no-this-before-super': 'error' } };