UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 264 B
module.exports = { rules: { /** * typeof 表达式比较的对象必须是 'undefined', 'object', 'boolean', 'number', 'string', 'function''symbol' * @category Possible Errors */ 'valid-typeof': 'error' } };