2 Star 0 Fork 0

fishku/material-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prettier.config.js 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
printWidth: 100,
singleQuote: true,
trailingComma: 'all',
overrides: [
{
files: '*.d.ts',
options: {
// This is needed for TypeScript 3.2 support
trailingComma: 'es5',
},
},
{
files: ['docs/**/*.md', 'docs/src/pages/**/*.{js,tsx}'],
options: {
// otherwise code blocks overflow on the docs website
printWidth: 80,
},
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fishku/material-ui.git
git@gitee.com:fishku/material-ui.git
fishku
material-ui
material-ui
next

搜索帮助