UNPKG

lunisolar

Version:

专业农历库,支持公历阴历互转,支持各类黄历数据查询,如八字四柱、阴历、神煞宜忌、时辰吉凶、建除十二神、胎神占方、五行纳音等。支持自定义插件。

12 lines (10 loc) 407 B
module.exports = { printWidth: 100, // 代码宽度建议不超过100字符 tabWidth: 2, // tab缩进2个空格 semi: false, // 末尾分号 singleQuote: true, // 单引号 jsxSingleQuote: true, // jsx中使用单引号 trailingComma: 'none', // 尾随逗号 arrowParens: 'avoid', // 箭头函数仅在必要时使用() htmlWhitespaceSensitivity: 'css', // html空格敏感度 }