UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 197 B
module.exports = { rules: { /** * 接口名称必须已 I 开头 * @category TypeScript */ '@typescript-eslint/interface-name-prefix': 'off' } };