UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 223 B
module.exports = { rules: { /** * 分号必须写在行尾,禁止在行首出现 * @category Stylistic Issues * @fixable */ 'semi-style': ['error', 'last'] } };