custom-eslint-in-typescript:如何在Typescript Monorepo中编写自定义eslint规则的示例

时间:2021-04-18 21:12:22
【文件属性】:
文件名称:custom-eslint-in-typescript:如何在Typescript Monorepo中编写自定义eslint规则的示例
文件大小:27KB
文件格式:ZIP
更新时间:2021-04-18 21:12:22
TypeScript Typescript Monorepo中的自定义eslint规则 在普通eslint检查中如何运行以打字稿编写的eslint规则的示例。 有定制eslint规则的例子packages上所写的打字稿。 它强制所有变量应具有相同的“ bla”名称:) 安装依赖项并运行eslint以查看其运行情况。 yarn install yarn lint
【文件预览】:
custom-eslint-in-typescript-main
----.gitignore(2KB)
----package.json(422B)
----LICENSE(1KB)
----packages()
--------eslint-plugin-example()
--------some-code-to-validate()
----.eslintrc.js(138B)
----README.md(378B)
----yarn.lock(49KB)

网友评论