From 07b8fdca3fbf4c794a0a3611a8fbe7639214ca3e Mon Sep 17 00:00:00 2001 From: resadhusenli Date: Mon, 18 May 2026 14:31:37 +0400 Subject: [PATCH] Add aura-lint to tools list in README Zero-dependency UI architecture and Tailwind CSS linter with an autonomous auto-fix engine. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fe829ca..81711496 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [husky](https://github.com/typicode/husky) - Prevents bad git commit, git push and more. * [Rev-dep](https://github.com/jayu/rev-dep) - Trace imports, identify circular dependencies, find unused code, clean node modules — all from a blazing-fast CLI. * [fallow](https://github.com/fallow-rs/fallow) - Finds dead code, duplication, circular dependencies, and complexity hotspots in JavaScript and TypeScript projects. +* [aura-lint](https://github.com/modoldern/aura-lint) - Zero-dependency UI architecture and Tailwind CSS linter with an autonomous auto-fix engine. ## MVC Frameworks and Libraries