UNPKG

auto-request

Version:

通过Yapi JSON Schema生成接口Axios或Taro接口

13 lines (12 loc) 334 B
module.exports = { tabWidth: 2, useTabs: false, // eslintIntegration: false, jsxBracketSameLine: false, jsxSingleQuote: true, bracketSpacing: true, singleQuote: true, // 使用单引号 printWidth: 120, // 超过最大值换行 htmlWhitespaceSensitivity: 'ignore', semi: true, // 结尾不用分号 };