1 Star 0 Fork 0

justorez/coding-life

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
justorez 提交于 2024-02-02 15:27 . chore: add eslint and commitizen
module.exports = {
printWidth: 80,
tabWidth: 4,
semi: false,
singleQuote: true,
bracketSpacing: true,
trailingComma: "none",
overrides: [
{
files: ['*.json', '*.yaml', '*.yml'],
options: {
tabWidth: 2
}
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/justorez/coding-life.git
[email protected]:justorez/coding-life.git
justorez
coding-life
coding-life
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385