Skip to content

Commit eb12404

Browse files
authored
Merge branch 'STAG' into micro-feature/added-sort-to-organiser-project-table
2 parents 6f08a2c + 479b28f commit eb12404

197 files changed

Lines changed: 43370 additions & 38914 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
# Root
10+
directory: "/" # Location of package manifests
11+
schedule:
12+
interval: "weekly"
13+
assignees:
14+
- "wickathou"
15+
16+
- package-ecosystem: "npm" # See documentation for possible values
17+
# Frontend
18+
directory: "/frontend/" # Location of package manifests
19+
schedule:
20+
interval: "weekly"
21+
assignees:
22+
- "wickathou"
23+
24+
- package-ecosystem: "npm" # See documentation for possible values
25+
# Backend
26+
directory: "/backend/" # Location of package manifests
27+
schedule:
28+
interval: "weekly"
29+
assignees:
30+
- "wickathou"
31+
32+
- package-ecosystem: "npm" # See documentation for possible values
33+
# Shared
34+
directory: "/shared/" # Location of package manifests
35+
schedule:
36+
interval: "weekly"
37+
assignees:
38+
- "wickathou"

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"editor.formatOnSave": true,
1717
"editor.codeActionsOnSave": {
18-
"source.fixAll.eslint": true
18+
"source.fixAll.eslint": "explicit"
1919
},
2020
"editor.formatOnType": true,
2121
"javascript.format.semicolons": "remove",

0 commit comments

Comments
 (0)