chore(dot-files): cleanup

This commit is contained in:
moklick
2022-08-08 15:50:53 +02:00
parent c7a3052ba0
commit 887f040cca
6 changed files with 5 additions and 23 deletions
-10
View File
@@ -1,10 +0,0 @@
.DS_Store
.cache
.vscode
.dependabot
node_modules
examples
cypress
.env
tsconfig.json
src
-2
View File
@@ -1,2 +0,0 @@
registry = "https://registry.npmjs.com/"
legacy-peer-deps = true
-1
View File
@@ -1 +0,0 @@
*.md
-5
View File
@@ -1,5 +0,0 @@
{
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 120
}
-12
View File
@@ -1,12 +0,0 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"hooks": {
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version}."
}
}