Skip to content

Commit

Permalink
docs: Added the chromatic - ado library
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Apr 11, 2024
1 parent b8e25d7 commit 45404a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// Formatters settings
"editor.codeActionsOnSave": {
"source.fixAll": true, // Makes sure ESLint is runned on save
"source.sortImports": true // Let VS Code handle import sorting, it's snappier and more reliable than ESLint
"source.fixAll": "explicit",
"source.sortImports": "explicit"
},
"editor.formatOnSave": true,
"[html]": {
Expand Down
5 changes: 5 additions & 0 deletions docs/libraries/chromatic-ado.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
order: 70
label: "Chromatic - ADO"
redirect: https://gsoft-inc.github.io/wl-chromatic-ado
---
1 change: 1 addition & 0 deletions docs/libraries/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ expanded: true

- [Web configs](./web-configs.md)
- [Squide](./squide.md)
- [Chromatic-ADO](./chromatic-ado.md)

0 comments on commit 45404a6

Please sign in to comment.