UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 226 B
module.exports = { rules: { /** * 变量必须在定义的时候赋值 * @category Variables * @reason 先定义后赋值很常见 */ 'init-declarations': 'off' } };