加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierignore 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
cexbrayat 提交于 2024-08-14 15:53 . test: add unit test for eslint configs
pnpm-lock.yaml
# prettier doesn't respect newlines between chained methods
# https://github.com/prettier/prettier/issues/7884
**/*.spec.js
**/*.spec.ts
# but let's format our unit tests
!__test__/**/*.spec.ts
**/dist
# https://github.com/prettier/prettier/issues/5246
**/*.html
playground
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化