awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesDeclaration Sorting

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.

Awesome Declaration Sorting GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jsx-eslint/eslint-plugin-reactjsx-eslint का अवतार

    jsx-eslint/eslint-plugin-react

    9,287GitHub पर देखें↗

    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.

    JavaScriptdevelopmentecmascripteslint
    GitHub पर देखें↗9,287
  • nicklockwood/swiftformatnicklockwood का अवतार

    nicklockwood/SwiftFormat

    8,835GitHub पर देखें↗

    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.

    Swift
    GitHub पर देखें↗8,835
  • trivago/prettier-plugin-sort-importstrivago का अवतार

    trivago/prettier-plugin-sort-imports

    3,944GitHub पर देखें↗

    यह प्रोजेक्ट JavaScript और TypeScript फाइलों में मॉड्यूल इम्पोर्ट स्टेटमेंट्स को वर्णानुक्रम (alphabetize), ग्रुप और फॉर्मेट करने के लिए डिज़ाइन किया गया एक Prettier प्लगइन है। यह एक ऑटोमेटेड इम्पोर्ट ऑर्गनाइज़र के रूप में काम करता है जो पूरे प्रोजेक्ट में निरंतर डिक्लेरेशन ऑर्डर और स्पेसिंग सुनिश्चित करता है। यह प्लगइन डिपेंडेंसी इम्पोर्ट्स को लॉजिकल ग्रुप्स में अनुक्रमित करने के लिए कस्टम रेगुलर एक्सप्रेशन पैटर्न्स का उपयोग करता है, जिससे इंटरनल और एक्सटर्नल मॉड्यूल्स को अलग किया जा सकता है। यह साइड-इफेक्ट इम्पोर्ट्स के संरक्षण का समर्थन करता है और एक ही डिक्लेरेशन के भीतर व्यक्तिगत नामित सदस्यों को स्ट्रिंग लंबाई या वर्णानुक्रम के आधार पर सॉर्ट करने की क्षमता प्रदान करता है। यूजर्स केस-सेंसिटिविटी टॉगल के माध्यम से सॉर्टिंग व्यवहार को कॉन्फ़िगर कर सकते हैं और विशिष्ट फाइलों या स्टेटमेंट्स को पुनर्गठित होने से बाहर करने के लिए कमेंट मार्कर्स का उपयोग कर सकते हैं। यह टूल परिभाषित इम्पोर्ट ग्रुप्स के बीच नई लाइनें डालकर विजुअल सेपरेशन को भी मैनेज करता है।

    Sorts individual named members within a single import declaration by string length or alphabetization.

    TypeScripthacktoberfestimportjavascript
    GitHub पर देखें↗3,944
  1. Home
  2. Software Engineering & Architecture
  3. Declaration Sorting

सब-टैग एक्सप्लोर करें

  • Specifier SortingAlphabetizing or length-sorting individual named members within a single import declaration. **Distinct from Declaration Sorting:** Distinct from Declaration Sorting: focuses on sorting the members inside the curly braces of a single import, not the order of the import statements themselves.