UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 177 B
module.exports = { rules: { /** * 禁止使用 any * @category TypeScript */ '@typescript-eslint/no-explicit-any': 'off' } };