vize_patina 0.12.0

Patina - The quality checker for Vize code linting
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Lint rules for Vue.js SFC files.

pub mod a11y;
pub mod css;
pub mod html;
pub mod musea;
pub mod script;
pub mod ssr;
pub mod type_aware;
pub mod vapor;
pub mod vue;