UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 190 B
module.exports = { rules: { /** * 禁止使用保留字作为变量名 * @category Variables */ 'no-shadow-restricted-names': 'error' } };