UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 245 B
module.exports = { rules: { /** * 在类的非静态方法中,必须存在对 this 的引用 * @category Best Practices * @reason 太严格了 */ 'class-methods-use-this': 'off' } };