UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 236 B
module.exports = { rules: { /** * 禁止对 array 使用 for in 循环 * @category TypeScript * @requires-types-information */ '@typescript-eslint/no-for-in-array': 'off' } };