added yarn/npm lint script, upgraded yarn, added .gitignore (#53)

* added yarn/npm lint script, upgraded yarn, added .gitignore

* moved markdown-toc to devDependenvies

* minimal gitignore

* additional stylization changes
This commit is contained in:
Steven Stockhamer
2020-05-21 11:26:49 -04:00
committed by GitHub
parent 0d1617652f
commit 54a2eac4cf
4 changed files with 3197 additions and 99 deletions

View File

@@ -1,9 +1,11 @@
{
"name": "awesome-electronics",
"scripts": {
"toc": "markdown-toc README.md -i"
"toc": "markdown-toc README.md -i --bullets=-",
"lint": "awesome-lint"
},
"dependencies": {
"markdown-toc": "^1.1.0"
"devDependencies": {
"markdown-toc": "^1.1.0",
"awesome-lint": "^0.12.1"
}
}