mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-04 00:56:05 +02:00
feat: Add initial implementation of CI/CD workflows, documentation, and testing framework
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"config": {
|
||||
"MD013": false,
|
||||
"MD033": false,
|
||||
"MD041": false
|
||||
},
|
||||
"ignores": [
|
||||
".dev/**",
|
||||
"docs/api/**",
|
||||
"**/node_modules/**",
|
||||
"**/bin/**",
|
||||
"**/obj/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user