module.exports = { rules: { /** * 禁止使用指定的语法 */ 'no-restricted-syntax': 'off', }, }