UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 145 B
module.exports = { rules: { /** * 禁止 void 抛出空 */ '@typescript-eslint/no-meaningless-void-operator': 'off', }, };