Skip to content

Commit b019922

Browse files
fix: lock file maintenance (#2)
1 parent bc54b74 commit b019922

File tree

4 files changed

+89
-142
lines changed

4 files changed

+89
-142
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@dword-design/eslint-config"
3+
}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.DS_Store
22
.browserslistrc
33
/.env.json
4-
/.eslintrc.json
54
/.nyc_output
65
/.test.env.json
76
/coverage

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ export default {
8989
```
9090

9191
<!-- LICENSE/ -->
92-
## Contributing
92+
## Contribute
9393

9494
Are you missing something or want to contribute? Feel free to file an [issue](https://github.com/dword-design/vue-mermaid-string/issues) or [pull request](https://github.com/dword-design/vue-mermaid-string/pulls)! ⚙️
9595

96-
## Support Me
96+
## Support
9797

9898
Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:
9999

0 commit comments

Comments
 (0)