Crates.io | dslint |
lib.rs | dslint |
version | 0.0.2 |
source | src |
created_at | 2024-04-22 13:38:04.819114 |
updated_at | 2024-04-25 15:58:46.710262 |
description | Directory Structure Lint |
homepage | |
repository | https://github.com/jjm2317/dslint |
max_upload_size | |
id | 1216228 |
size | 15,920 |
The linter for directory structure convention written in Rust
ls:
# Rules under specific directory
src/**/*: ["app", "components", "*.ts" ]
# Example for Fractal Directory Structure
/**/src/**/*: ["app", "components", "*.ts" ]
# Linting Target
target:
- src/* # All files & directories under the src directory
# Ignore specific folders & files
ignore:
- node_modules
- .env*
- .git*
- .git/**