module.exports = { rules: { /** * 使用 RegExp#exec 而不是 String#match */ '@typescript-eslint/prefer-regexp-exec': 'off', }, }