UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 159 B
module.exports = { rules: { /** * 禁止使用 tabs * @category Stylistic Issues */ 'no-tabs': 'error' } };