@yakovlev-alexey/eslint-plugin-web-app-design
v0.1.0
Published
ESLint rules for web-app-design TypeScript project architecture.
Maintainers
Readme
@yakovlev-alexey/eslint-plugin-web-app-design
Custom ESLint rules for projects scaffolded with @yakovlev-alexey/create-web-app.
Usage
import webAppDesign from "@yakovlev-alexey/eslint-plugin-web-app-design";
export default [
...webAppDesign.configs.recommended
];The plugin focuses on architecture rules that can be checked mechanically. Subjective design guidance remains documented in the web app design skills and generated sample structure.
