UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 143 B
module.exports = { rules: { /** * 禁止对使用 const 定义的常量重新赋值 */ 'no-const-assign': 'error', }, };