Skip to content

Commit

Permalink
chore: add .vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciobraz committed Apr 16, 2023
1 parent 4655f13 commit 3d97ebf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "PKief.material-icon-theme"]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"material-icon-theme.folders.associations": {
"chapter": "log",
"history": "components",
"navigation": "routes",
"navigators": "resolver",
"novel": "markdown"
}
}
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
extends: ['@commitlint/config-conventional'],
};

0 comments on commit 3d97ebf

Please sign in to comment.