module.exports = { rules: { /** * 使用 String#startsWith 而不是其他方式 */ '@typescript-eslint/prefer-string-starts-ends-with': 'off', }, }