feat: Working on making CloudFormation and yaml linting.

This commit is contained in:
2026-04-02 09:53:47 -05:00
parent 7b64bb09ac
commit 04209e4b53
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
return {
settings = {
yaml = {
schemaStore = {
enable = true
}
}
}
}