UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 236 B
module.exports = { rules: { /** * 禁止变量名出现下划线 * @category Stylistic Issues * @reason 下划线在变量名中很常用 */ 'no-underscore-dangle': 'off' } };