module.exports = { rules: { /** * 限制文件后缀 */ 'react/jsx-filename-extension': 'off', }, }