UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 255 B
module.exports = { rules: { /** * 禁止使用指定的对象属性 * @category Best Practices * @reason 它用于限制某个具体的 api 不能使用 */ 'no-restricted-properties': 'off' } };