UNPKG

eslint-config-alloy

Version:
18 lines (17 loc) 358 B
module.exports = { rules: { /** * 必须使用单引号,禁止使用双引号 * @category Stylistic Issues * @fixable */ quotes: [ 'error', 'single', { avoidEscape: true, allowTemplateLiterals: true } ] } };