Skip to content

Commit

Permalink
Merge pull request #7 from NMSCD/dev
Browse files Browse the repository at this point in the history
Refactor dialogs
  • Loading branch information
Lenni009 authored Jul 15, 2024
2 parents 778957e + 8c0532d commit 1f41557
Show file tree
Hide file tree
Showing 26 changed files with 1,101 additions and 5,089 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
trim_trailing_whitespace = true
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

101 changes: 0 additions & 101 deletions .eslintrc.js

This file was deleted.

18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
target-branch: 'dev'
schedule:
interval: 'weekly'

- package-ecosystem: 'github-actions'
directory: '/'
target-branch: 'dev'
schedule:
interval: 'weekly'
Loading

0 comments on commit 1f41557

Please sign in to comment.