eslint-plugin-unicorn is an ESLint plugin that provides a large set of opinionated lint rules for JavaScript and TypeScript projects. Its primary purpose is to enforce code quality, prevent common errors and anti-patterns, and promote a consistent coding style across a codebase. The plugin distinguishes itself by offering an opinionated preset configuration that imposes a specific coding style rather than leaving all choices to the user. Its rules are specifically designed to catch logical mistakes and code smells that go beyond standard ESLint rules. As an added capability, the plugin also e
Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali
This project is a collection of reference implementations and prototypes focused on routing, performance optimization, background threading, and user interface components. It serves as a sample library demonstrating the use of modern web platform features and native browser APIs. The repository provides prototypes for high-performance graphics, including 3D effects and animations rendered via hardware acceleration and CSS transformations. It includes implementation examples for client-side routing to synchronize application state with browser URLs and pattern galleries for offloading computat
Just the Docs is a Jekyll theme designed for building documentation sites that are hosted on GitHub Pages. It provides a responsive, mobile-friendly layout with built-in search, hierarchical navigation, and extensive customization through overridable SCSS variables, Liquid includes, and page layouts. The theme distinguishes itself through a file-based navigation hierarchy that automatically generates multi-level collapsible menus from directory structures and front matter, combined with client-side full-text search that indexes page content at build time. It includes automated deployment via
A repo containing samples tied to new functionality in each release of Google Chrome.
Principalele funcționalități ale googlechrome/samples sunt: Chrome Feature Demonstrations, ChromeStatus-Backed Registries, Chrome Feature Code Samples, Chrome Feature Samples, Web Platform API Samples, Chrome Release Branches, GitHub Pages, Code Quality Linting.
Alternativele open-source pentru googlechrome/samples includ: sindresorhus/eslint-plugin-unicorn — eslint-plugin-unicorn is an ESLint plugin that provides a large set of opinionated lint rules for JavaScript and… sds/overcommit — Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and… googlechromelabs/ui-element-samples — This project is a collection of reference implementations and prototypes focused on routing, performance optimization,… just-the-docs/just-the-docs — Just the Docs is a Jekyll theme designed for building documentation sites that are hosted on GitHub Pages. It provides… mdevils/node-jscs — node-jscs is a static code analysis tool and JavaScript code style linter. It functions as a JavaScript code formatter… gilbarbara/logos — Logos is a curated collection of optimized SVG logos for developer tools and brands, stored as individual SVG files in…