Skip to content

Commit

Permalink
Add linters
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Nov 28, 2024
1 parent 8f6af31 commit 8cb6db5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions homes/scotte/config/editors/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,19 @@
"ui.semanticTokens": true
},

"linter": {
"linters": {
"yamllint": {
"configFiles": [
".yamllint.yml",
".yamllint.yaml",
".yamllint",
".ci/yamllint/.yamllint.yaml"
]
}
}
},

"prettier": {
"printWidth": 120
},
Expand Down

0 comments on commit 8cb6db5

Please sign in to comment.