2个版本

0.0.2 2024年4月25日
0.0.1 2024年4月22日

318文件系统

Download history 171/week @ 2024-04-23 21/week @ 2024-04-30

每月 54次下载

MIT 许可证

12KB
271 代码行

dslint

用Rust编写的目录结构约定检查器

支持特性

  • 目录 & 文件名代码检查 🚀
  • 使用glob表达式的通配符搜索 😄

示例

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/**

依赖

~2–2.8MB
~59K SLoC