UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 194 B
module.exports = { rules: { /** * 禁止行尾有空格 * @category Stylistic Issues * @fixable */ 'no-trailing-spaces': 'error' } };