UNPKG

eslint-config-alloy

Version:
17 lines (16 loc) 364 B
module.exports = { rules: { /** * 立即执行的函数必须符合如下格式 (function () { alert('Hello') })() * @category Best Practices * @fixable */ 'wrap-iife': [ 'error', 'inside', { functionPrototypeMethods: true } ] } };