4 مستودعات
Best practices and configuration rules for modern frontend frameworks.
Distinguishing note: Focuses on AI-assisted development rules for frontend libraries rather than the libraries themselves.
Explore 4 awesome GitHub repositories matching web development · Frontend Development Rules. Refine with filters or upvote what's useful.
This project is a curated library of configuration files designed to optimize the behavior of AI-assisted code editing environments. By providing structured instructions that define project constraints, coding standards, and technical preferences, it enables developers to standardize how artificial intelligence models interact with their codebases. These configuration files are integrated into the editor to ensure consistent output and improved accuracy during code generation. The repository distinguishes itself through a community-driven approach to curation, aggregating user-submitted rules
Frontend Frameworks and Libraries — a named example documented in this learning resource.
js-the-right-way is a JavaScript best practices guide and coding standards reference designed to provide a curated collection of industry materials for writing maintainable code. It serves as a web development education resource, offering organized documentation on modern JavaScript patterns and idioms. The project is structured as a markdown-based documentation site, where guides written in lightweight markup are rendered as static pages. It utilizes a curated network of hyperlinks to connect internal documentation with external industry standards.
Establishes a consistent set of rules for writing scripts to ensure better collaboration and code quality.
eslint-config-prettier is a configuration layer and CLI tool that identifies and disables ESLint rules which conflict with Prettier's code formatting. It provides an ESLint configuration preset that turns off style-related rules, along with a command-line scanner that detects and reports conflicting rules from a project's existing setup. The tool operates entirely at configuration time, producing a modified ESLint config that disables formatting conflicts without any runtime overhead during linting. It works across any ESLint plugin by matching rule names against a curated conflict database,
Disables ESLint rules that conflict with Prettier formatting, enabling combination with other configs without clashes.
Allure is a test reporting framework that normalizes execution data from multiple test frameworks across different programming languages into a common intermediate format. It aggregates results from multiple sources into a shared directory of JSON files and generates self-contained HTML reports through a modular plugin pipeline. The architecture includes a hierarchical step tree model to represent test execution, metadata annotation injection to enrich results at runtime, and directory-watch incremental rendering that regenerates reports in real time as new data arrives. Unlike generic report
Check test results against a set of rules and fail the run when rules are violated, blocking deployment.