UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 255 B
module.exports = { rules: { /** * 禁止在定义变量之前就使用它 * @category TypeScript * @reason 编译阶段检查就足够了 */ '@typescript-eslint/no-use-before-define': 'off' } };