UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 136 B
module.exports = { rules: { /** * 限制变量名必须匹配指定的正则表达式 */ 'id-match': 'off', }, };