UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 251 B
module.exports = { rules: { /** * 禁止使用指定的全局变量 * @category Variables * @reason 它用于限制某个具体的变量名不能使用 */ 'no-restricted-globals': 'off' } };