UNPKG

eslint-plugin-web-standards

Version:

An ESLint plugin to enforce modern web standards including accessibility, performance, semantic HTML, and SEO best practices.

22 lines (14 loc) 508 B
# eslint-plugin-web-standards Enforce modern web standards in your codebase with a single ESLint plugin. This plugin helps developers write accessible, performant, semantic, and SEO-friendly HTML and JSX. --- ## 🚀 Features - 🔍 Accessibility rules (WCAG compliance) - Performance best practices - 🔐 Security hygiene - 📐 Semantic HTML enforcement - 🔎 SEO markup validation --- ## 📦 Installation ```bash npm install eslint-plugin-web-standards --save-dev