Skip to content

Commit

Permalink
Merge pull request #48 from ar-io/readme-cleanup
Browse files Browse the repository at this point in the history
chore(docs): update README examples to consolidate outputs into expandable details
  • Loading branch information
dtfiedler authored Apr 23, 2024
2 parents 713759a + 1b13fa7 commit 7c25b68
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 360 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dist
cache

# IDEs and editors
.vscode
.DS_Store
yarn-error.log

Expand Down
25 changes: 25 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnSaveMode": "file",
"prettier.configPath": ".prettierrc",
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
"[typescript]": {
"editor.formatOnSave": true
},
"[markdown]": {
"editor.formatOnSave": true
},
"search.exclude": {
"**/node_modules": true,
"**/lib": true,
"**/dist": true,
"**/coverage": true
},
"markdownlint.config": {
"MD033": {
"allowed_elements": ["details", "summary"]
}
}
}
Loading

0 comments on commit 7c25b68

Please sign in to comment.