10 Star 26 Fork 2

Gitee 极速下载/Prettier

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/prettier/prettier
克隆/下载
knip.config.js 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
lionkay 提交于 2025-05-06 10:34 +08:00 . Bundle "Experimental CLI" (#17396)
export default {
workspaces: {
".": {
entry: [
"src/plugins/*",
"scripts/**",
// We use `new Function()` to create `import()` in our `bin` file (bin/prettier.cjs)
// so there is no actual use of the CLI files
"src/cli/index.js",
"src/experimental-cli/index.js",
],
project: ["src/**", "scripts/**"],
ignore: [
"scripts/build/config.js",
"scripts/build/build-javascript-module.js",
"scripts/tools/**",
"src/experimental-cli/**",
],
ignoreDependencies: ["eslint-formatter-friendly", "ts-expect"],
ignoreBinaries: [
"test-coverage",
"renovate-config-validator",
"pkg-pr-new",
],
},
// TODO: Enable this after we fix https://github.com/prettier/prettier/issues/11409
website: {
ignore: ["**/*"],
},
"scripts/tools/bundle-test": {},
"scripts/tools/eslint-plugin-prettier-internal-rules": {},
"scripts/release": {
entry: ["release.js"],
},
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/Prettier.git
git@gitee.com:mirrors/Prettier.git
mirrors
Prettier
Prettier
main

搜索帮助