UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 228 B
module.exports = { rules: { /** * 禁止属性前有空格,比如 foo. bar() * @category Stylistic Issues * @fixable */ 'no-whitespace-before-property': 'error' } };