eslint-plugin-canonical
dependency-cruiser


eslint-plugin-canonical | dependency-cruiser | |
---|---|---|
4 | 9 | |
139 | 5,601 | |
7.2% | 2.4% | |
8.0 | 8.9 | |
about 1 month ago | 6 days ago | |
TypeScript | JavaScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
eslint-plugin-canonical
-
is there a utility for auto adding .ts or .tsx extension to imports?
Here is the implementation for others searching for it https://github.com/gajus/eslint-plugin-canonical/blob/main/src/rules/requireExtension.ts Most of the complexity is hidden by eslint-module-utils/resolve, luckily.
-
[AskJS] What ESLint rules do you use to achieve better isolation of components?
You can track progress here https://github.com/gajus/eslint-plugin-canonical/pull/16
- eslint-config-canonical: 1,000+ rules ESLint rules
dependency-cruiser
-
Claude AI now runs JavaScript, Python beats JavaScript on GitHub, new Node.js versions and more
Dependency Cruiser 16.5
-
Taking Frontend Architecture Serious with dependency-cruiser
With dependency-cruiser, you can enforce which imports are allowed. This enables you to create an architecture fitness function that ensures your code continues to adhere to the initial design. You can also visualize your dependencies to gain a clearer understanding of your code's actual structure, allowing you to compare it with your mental model and make improvements where necessary.
-
Visualisation tool
something like https://github.com/sverweij/dependency-cruiser maybe https://github.com/pahen/madge or https://github.com/antoine-coulon/skott
-
[AskJS] What ESLint rules do you use to achieve better isolation of components?
I've personally fallen in love with Dependency Cruiser, which lets you set any arbitrary import rules you want on your repository. With it, you can enforce common things, like, "You can only import through the index file, if one exists", but you can also make custom-tailored rules for your specific project. For example, maybe your project is divided into three large folders - folder1 is allowed to import from folder2 and folder3, folder2 can import from folder3, and folder3 can not import from anyone else. Well, you can enforce that too, or whatever you need.
-
Best Practices for TypeScript Monorepo
Dependency Cruiser works great, can even render visuals:
https://github.com/sverweij/dependency-cruiser
NX[0] also has logic for handling this issue
[0]: https://nx.dev/
-
how to automatically run a script / yarn command before each dev hot-reload build
I have a dependency-cruiser script that enforces codebase import rules, which I want checked on each dev hot-reload build and prod build.
-
Deprank: Use PageRank to find the most important files in your codebase
Great project!
One feature request: Running the npx command searched only for the js files, not for the ts files. When I built deprank locally with yarn, it also showed the ts files. After looking at dependency-cruiser figure it has to do with what typescript compilers are available where.
It would be great if the npx command you provide in your readme would work regardless of my local setup - dependency-cruiser has documentation and one example of a suitable npx command here: https://github.com/sverweij/dependency-cruiser/blob/develop/...
My suggestion would be to check if any ts file is part of the extension option (i.e. --ext=".js,.jsx, .ts, .tsx") and only then do the magic needed to also show ts files.
-
How We Migrated from Javascript and Flow to TypeScript at Osome
The first step is to install dependency-cruiser.
-
Is it possible to generate a flow diagram from Javascript code?
You may have a look at dependency cruiser.
What are some alternatives?
eslint-config-canonical - The most comprehensive ES code style guide.
madge - Create graphs from your CommonJS, AMD or ES6 module dependencies
eslint-plugin-unicorn - More than 100 powerful ESLint rules
emerge - Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
eslint-config-prettier - Turns off all rules that are unnecessary or might conflict with Prettier.
ts-migrate - A tool to help migrate JavaScript code quickly and conveniently to TypeScript
vue-tsx-support - TSX (JSX for TypeScript) support library for Vue
workload-discovery-on-aws - Workload Discovery on AWS is a solution to visualize AWS Cloud workloads. With it you can build, customize, and share architecture diagrams of your workloads based on live data from AWS. The solution maintains an inventory of the AWS resources across your accounts and regions, mapping their relationships and displaying them in the user interface.
prettier-plugin-organize-imports - Make Prettier organize your imports using the TypeScript language service API.
dpdm - Detect circular dependencies in your TypeScript projects.
flow-to-ts - Convert flow code to typescript
react-border-wrapper - A wrapper for placing elements along div borders.

