UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 204 B
module.exports = { rules: { /** * 限制 this 的别名 * @category Stylistic Issues * @reason 没必要限制 */ 'consistent-this': 'off' } };