Use GH config dir

This commit is contained in:
Daniel Kentfield 2024-11-27 09:59:06 +00:00
parent ed407c8427
commit eea1319b0a
6 changed files with 21 additions and 21 deletions

View file

@ -1,23 +0,0 @@
# Global rules that apply to all files/directories unless overridden
global: []
# Rules for specific file extensions
extensions:
[".ts", ".js"]: ["Always use export default"]
"tsx": ["Always use arrow functions"]
# Rules for specific directories
directories:
"src/**": []
# Paths to ignore completely
ignore:
- ".git"
- "node_modules"
- "dist"
- "build"
- "_build"
- "csv"
- "json"