UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 246 B
module.exports = { rules: { /** * 禁止使用指定的标识符 * @category Stylistic Issues * @reason 它用于限制某个具体的标识符不能使用 */ 'id-blacklist': 'off' } };