UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 239 B
module.exports = { rules: { /** * var 必须在作用域的最前面 * @category Best Practices * @reason var 不在最前面也是很常见的用法 */ 'vars-on-top': 'off' } };