eslint-plugin-vapor
v1.0.0
Published
ESLint configuration for Vapor UI projects
Readme
eslint-plugin-vapor
An ESLint plugin focused on accessibility and code consistency for Vapor UI projects.
Why?
This plugin helps ensure accessibility (a11y) and consistent code quality when using Vapor UI components by automatically detecting and suggesting improvements for issues in your JSX/TSX code. For issues that cannot be caught by static analysis alone, we recommend using additional tools in your actual rendering environment.
Installation
# pnpm
pnpm add -D eslint-plugin-vapor
# npm
npm install --save-dev eslint-plugin-vapor
# yarn
yarn add -D eslint-plugin-vaporRequires
eslint,eslint-plugin-jsx-a11y, andtypescript-eslintas peerDependencies.Please follow these instructions for proper setup and configurations of peer dependencies.
License
MIT License © 2025 goorm, Inc
