diff options
author | terminaldweller <thabogre@gmail.com> | 2021-08-04 02:18:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-08-04 02:18:01 +0000 |
commit | 87e481d5a1fc9095fe6bf711a38436f95f4c5bd6 (patch) | |
tree | a6a6b1b6e61f38ca783265d1ed8312613efefaa1 /package.json | |
parent | robots.txt and xml sitemap.WIP (diff) | |
download | blog-87e481d5a1fc9095fe6bf711a38436f95f4c5bd6.tar.gz blog-87e481d5a1fc9095fe6bf711a38436f95f4c5bd6.zip |
added a codacy badge
Diffstat (limited to '')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 307cddd..530aa4c 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,8 @@ "markdown-it-highlightjs": "^3.4.0", "markdown-it-multimd-table": "^4.0.2", "markdown-it-texmath": "^0.7.0" + }, + "devDependencies": { + "eslint": "^7.32.0" } } |