3 रिपॉजिटरी
Enforcement of alphabetical or logical ordering of property and type declarations.
Distinct from Lexicographical Sorting: Candidates focus on database key sorting or algorithm implementations, not source code stylistic sorting.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Declaration Sorting. Refine with filters or upvote what's useful.
This project is an ESLint plugin and static analysis tool designed to enforce best practices, prevent bugs, and maintain code quality in React projects. It functions as a specialized JSX linter that analyzes the syntax and structure of components to detect anti-patterns and API misuse. The plugin distinguishes itself by providing deep analysis of React-specific patterns, such as detecting state race conditions, preventing nested component definitions, and identifying unstable references that cause unnecessary re-renders. It also includes security hardening rules to identify vulnerabilities li
Requires default property declarations to be ordered alphabetically to make configurations easier to locate.
SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It automatically applies consistent style rules and visual formatting to source files to ensure a uniform appearance across a project. The project differentiates itself by providing both a command-line interface for batch processing and an Xcode extension for integration directly into the development environment. It includes specialized capabilities for modernizing legacy API usage, simplifying language constructs, and inferring formatting options by analyzing an existing codebase
Sorts members within classes and structs by visibility or type and inserts category markers for navigation.
यह प्रोजेक्ट JavaScript और TypeScript फाइलों में मॉड्यूल इम्पोर्ट स्टेटमेंट्स को वर्णानुक्रम (alphabetize), ग्रुप और फॉर्मेट करने के लिए डिज़ाइन किया गया एक Prettier प्लगइन है। यह एक ऑटोमेटेड इम्पोर्ट ऑर्गनाइज़र के रूप में काम करता है जो पूरे प्रोजेक्ट में निरंतर डिक्लेरेशन ऑर्डर और स्पेसिंग सुनिश्चित करता है। यह प्लगइन डिपेंडेंसी इम्पोर्ट्स को लॉजिकल ग्रुप्स में अनुक्रमित करने के लिए कस्टम रेगुलर एक्सप्रेशन पैटर्न्स का उपयोग करता है, जिससे इंटरनल और एक्सटर्नल मॉड्यूल्स को अलग किया जा सकता है। यह साइड-इफेक्ट इम्पोर्ट्स के संरक्षण का समर्थन करता है और एक ही डिक्लेरेशन के भीतर व्यक्तिगत नामित सदस्यों को स्ट्रिंग लंबाई या वर्णानुक्रम के आधार पर सॉर्ट करने की क्षमता प्रदान करता है। यूजर्स केस-सेंसिटिविटी टॉगल के माध्यम से सॉर्टिंग व्यवहार को कॉन्फ़िगर कर सकते हैं और विशिष्ट फाइलों या स्टेटमेंट्स को पुनर्गठित होने से बाहर करने के लिए कमेंट मार्कर्स का उपयोग कर सकते हैं। यह टूल परिभाषित इम्पोर्ट ग्रुप्स के बीच नई लाइनें डालकर विजुअल सेपरेशन को भी मैनेज करता है।
Sorts individual named members within a single import declaration by string length or alphabetization.