UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 122 B
module.exports = { rules: { /** * var 必须在作用域的最前面 */ 'vars-on-top': 'off', }, };