Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #121 from kavod-io/feature/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies for vulnarabilities
  • Loading branch information
rossknudsen committed May 8, 2021
2 parents edf9c9a + e6edb18 commit c6b2259
Show file tree
Hide file tree
Showing 4 changed files with 3,800 additions and 4,505 deletions.
21 changes: 21 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,21 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
}
}

0 comments on commit c6b2259

Please sign in to comment.