UNPKG

encode-eslint-config

Version:
12 lines (10 loc) 223 B
/** * 本文件用于覆盖掉个别 ES5 与 ES6 不同的规则 */ module.exports = { rules: { // 逗号风格 - ES5 中不加最后一个逗号 // @unessential 'comma-dangle': ['error', 'never'], }, };