Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ESLint plugin to assort Projen configuration file properties #813

Open
langri-sha opened this issue Jul 17, 2024 · 0 comments
Open

Add ESLint plugin to assort Projen configuration file properties #813

langri-sha opened this issue Jul 17, 2024 · 0 comments

Comments

@langri-sha
Copy link
Owner

langri-sha commented Jul 17, 2024

Add a plugin that can be used to avoid things like these.

diff --git a/.projenrc.ts b/.projenrc.ts
index 90476ca..2ab9134 100644
--- a/.projenrc.ts
+++ b/.projenrc.ts
@@ -603,9 +603,10 @@ project.addSubproject(
         '@langri-sha/projen-lint-synthesized@workspace:*',
         '@langri-sha/projen-pnpm-workspace@workspace:*',
         '@langri-sha/projen-prettier@workspace:*',
+        '@langri-sha/projen-readme@workspace:*',
         '@langri-sha/projen-renovate@workspace:*',
-        '@langri-sha/projen-typescript-config@workspace:*',
         '@langri-sha/projen-swcrc@workspace:*',
+        '@langri-sha/projen-typescript-config@workspace:*',
         '[email protected]',
       ],
       devDeps: ['@types/[email protected]'],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant