文件名称:lint-to-the-future:逐步将代码更新为最佳做法的现代方法
文件大小:412KB
文件格式:ZIP
更新时间:2024-05-20 01:07:00
JavaScript
未来的皮棉 LintToTheFuture是一种现代方式,可以将您的整个代码库逐步更新为最新的最佳实践。 它具有许多工具,可一起使用以管理lint规则,并提供了一种可持续的方式将新规则添加到现有代码库中,而不会减慢您的开发速度 安装 您应该将此安装为项目的开发依赖项 npm i --save-dev lint-to-the-future 单独使用LintToTheFuture本身不会做任何事情,您还应该安装一些插件。 为LintToTheFuture编写的第一个插件是eslint插件,您可以使用以下命令进行安装: npm i --save-dev lint-to-the-future-eslint LintToTheFuture将自动加载每个插件(您从lint-to-the-future- future-开始在本地安装的任何软件包)并按顺序运行它们。 用法 该项目仍处于Alpha阶段
【文件预览】:
lint-to-the-future-main
----.gitignore(383B)
----app()
--------app.js(384B)
--------components()
--------templates()
--------models()
--------helpers()
--------index.html(916B)
--------controllers()
--------routes()
--------styles()
--------router.js(281B)
----package.json(2KB)
----cli.js(3KB)
----server()
--------mocks()
--------index.js(428B)
--------.eslintrc.js(50B)
----package-lock.json(1.8MB)
----.watchmanconfig(37B)
----public()
--------robots.txt(51B)
----CHANGELOG.md(154B)
----changelog.template(458B)
----testem.js(601B)
----.github()
--------workflows()
----.release-it.js(455B)
----.eslintrc.js(1KB)
----README.md(2KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------integration()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------optional-features.json(154B)
--------targets.js(155B)
--------environment.js(1KB)
----.eslintignore(240B)
----.ember-cli(280B)
----ember-cli-build.js(793B)
----.editorconfig(367B)
----.template-lintrc.js(57B)