Skip to content

Commit

Permalink
Merge pull request #11 from ymehmetcan/development
Browse files Browse the repository at this point in the history
release(commitlint-config): v0.0.3
  • Loading branch information
ymehmetcan committed Feb 1, 2024
2 parents 6be02fc + 0dddeb0 commit 8edb542
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.tabSize": 2,
"eslint.enable": true,
"eslint.workingDirectories": [{ "mode": "auto" }],
"eslint.validate": ["javascript", "typescript"]
}
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blazzi/commitlint-config",
"version": "0.0.2",
"version": "0.0.3",
"description": "Blazzi Commitlint config",
"keywords": [
"config",
Expand All @@ -21,7 +21,7 @@
"lint": "eslint . --max-warnings 0 --ext .js,.cjs,.mjs",
"lint:fix": "eslint . --ext .js,.cjs,.mjs --fix"
},
"devDependencies": {
"dependencies": {
"@commitlint/config-conventional": "18.4.4"
}
}
10 changes: 3 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8edb542

Please sign in to comment.