UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 186 B
module.exports = { rules: { /** * 禁止混用空格和缩进 * @category Stylistic Issues */ 'no-mixed-spaces-and-tabs': 'error' } };