Skip to content

Commit

Permalink
chore(various): ajustes no README, packages.json e update versão chec…
Browse files Browse the repository at this point in the history
…kout do CI
  • Loading branch information
andrefelipeschulle committed Jun 12, 2024
1 parent c0be76b commit 7aa0e83
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: NodeJs Environment
uses: actions/setup-node@v4
Expand All @@ -41,7 +41,7 @@ jobs:

needs: [publish-grp]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: NodeJs Environment
uses: actions/setup-node@v4
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ export default {
};
```

and configure VS Code add:
```json
"[javascript][javascriptreact][typescript][typescriptreact]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
```

Install
[Prettier Plugin on VSCode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode):
</br>
</br>
![Prettier Logo](https://esbenp.gallerycdn.vsassets.io/extensions/esbenp/prettier-vscode/10.4.0/1711025051911/Microsoft.VisualStudio.Services.Icons.Default)



## License

MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainylab/prettier-config",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit 7aa0e83

Please sign in to comment.