Skip to content

Commit

Permalink
Merge pull request ohcnetwork#2 from coronasafe/develop
Browse files Browse the repository at this point in the history
Updating fork
  • Loading branch information
siddnikh authored May 30, 2022
2 parents 1195279 + 52b3c01 commit 57b5d38
Show file tree
Hide file tree
Showing 74 changed files with 21,826 additions and 69,963 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:prettier/recommended",
"plugin:@typescript-eslint/eslint-recommended",
Expand All @@ -25,7 +24,7 @@
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": ["react", "@typescript-eslint"],
"plugins": ["@typescript-eslint"],
"rules": {
"quotes": ["error", "double"],
"no-unused-vars": "off",
Expand Down
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
- package-ecosystem: "yarn"
directory: "/"
schedule:
interval: "daily"
Expand All @@ -10,5 +10,15 @@ updates:
assignees:
- "tomahawk_pilot"
labels:
- "npm"
- "yarn"
- "dependencies"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "tomahawk_pilot"
labels:
- "ci"
- "dependencies"
Loading

0 comments on commit 57b5d38

Please sign in to comment.