-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/feature/PC388-62/zaak-modern' in…
…to feature/configuration
- Loading branch information
Showing
112 changed files
with
26,266 additions
and
24,629 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-env" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
module.exports = { | ||
extends: [ | ||
'@nextcloud', | ||
], | ||
rules: { | ||
'jsdoc/require-jsdoc': 'off', | ||
'vue/first-attribute-linebreak': 'off', | ||
}, | ||
} | ||
module.exports = { | ||
extends: [ | ||
'@nextcloud', | ||
], | ||
rules: { | ||
'jsdoc/require-jsdoc': 'off', | ||
'vue/first-attribute-linebreak': 'off', | ||
'@typescript-eslint/no-explicit-any': 'off', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
/.idea/ | ||
/*.iml | ||
|
||
/vendor/ | ||
/vendor-bin/*/vendor/ | ||
|
||
/.php-cs-fixer.cache | ||
/tests/.phpunit.cache | ||
|
||
/node_modules/ | ||
/js/ | ||
Zone.Identifier | ||
/.idea/ | ||
/*.iml | ||
|
||
/vendor/ | ||
/vendor-bin/*/vendor/ | ||
/composer.lock | ||
|
||
/.php-cs-fixer.cache | ||
/tests/.phpunit.cache | ||
|
||
/node_modules/ | ||
/custom_apps/ | ||
/custom-apps/ | ||
/js/ | ||
Zone.Identifier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
{ | ||
"editor.defaultFormatter": "dbaeumer.vscode-eslint", | ||
"editor.formatOnSave": true | ||
} | ||
{ | ||
"files.autoSave": "afterDelay", | ||
"editor.defaultFormatter": "dbaeumer.vscode-eslint", | ||
"editor.formatOnSave": true, | ||
"eslint.format.enable": true, | ||
"cSpell.words": [ | ||
"depubliceren", | ||
"Depubliceren", | ||
"gedepubliceerd", | ||
"Matadata", | ||
"nextcloud", | ||
"opencatalogi", | ||
"organisation", | ||
"Organisation", | ||
"organisations", | ||
"Organisations", | ||
"pinia", | ||
"Toegangs" | ||
], | ||
"[javascript]": { | ||
"editor.defaultFormatter": "dbaeumer.vscode-eslint" | ||
}, | ||
"[css]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Open Catalog | ||
|
||
|
||
|
||
|
||
## Modals | ||
|
||
- only one modal may be active at all times | ||
- modals should be abstract and reachable form anywhere | ||
- modals should be places in te src/modals folder | ||
- modals should be triggerd through the state | ||
- modals should be (er)ussable oudise of the view contect and stered in src/modals/[modal-name] | ||
|
||
## Views | ||
|
||
- vieuws should be centered around a core object | ||
- views should consist of a index, list and details page | ||
- view files should be stored onder src/views/[view-name] | ||
|
||
# Open Catalog | ||
|
||
|
||
|
||
|
||
## Modals | ||
|
||
- only one modal may be active at all times | ||
- modals should be abstract and reachable form anywhere | ||
- modals should be places in te src/modals folder | ||
- modals should be triggered through the state | ||
- modals should be (re)usable outside of the view content and stored in src/modals/[modal-name] | ||
|
||
## Views | ||
|
||
- views should be centered around a core object | ||
- views should consist of a index, list and details page | ||
- view files should be stored onder src/views/[view-name] | ||
|
||
## Icons |
Oops, something went wrong.