文件名称:gts::umbrella_selector:TypeScript样式指南,格式化程序和linter
文件大小:77KB
文件格式:ZIP
更新时间:2024-02-24 19:29:34
formatter google typescript linter GoogleTypeScript
gts Google TypeScript样式 是Google的TypeScript样式指南,是格式化程序,linter和自动代码修复程序的配置。 无需编辑棉绒规则,无需更新配置,无需再因语法而浪费自行车。 要从借用: 没有配置。 在项目中实施一致样式的最简单方法。 放下 自动格式化代码。 只需运行gts fix然后对凌乱或不一致的代码说再见。 尽早捕获样式问题和程序员错误。 通过消除审阅者和贡献者之间的来回关系,节省宝贵的代码审阅时间。 固执己见,但不是错。 我们建议您使用默认配置,但是如果需要自定义编译器或linter配置,则可以。 在,我们使用实施样式指南并提供自动修复,并
【文件预览】:
gts-main
----renovate.json(193B)
----package.json(2KB)
----.eslintrc.json(2KB)
----.github()
--------release-please.yml(60B)
--------workflows()
----test()
--------kitchen.ts(6KB)
--------test-clean.ts(3KB)
--------test-util.ts(7KB)
--------test-init.ts(9KB)
--------fixtures()
----tsconfig-google.json(441B)
----LICENSE(11KB)
----package-lock.json(139KB)
----CONTRIBUTING.md(968B)
----src()
--------init.ts(9KB)
--------cli.ts(5KB)
--------clean.ts(2KB)
--------index.ts(654B)
--------util.ts(5KB)
----tsconfig.json(272B)
----.gitignore(109B)
----CHANGELOG.md(12KB)
----.mocharc.json(83B)
----CODE_OF_CONDUCT.md(2KB)
----README.md(4KB)
----.eslintignore(32B)
----template()
--------index.ts(481B)
----.prettierrc.json(105B)