Skip to content

Commit

Permalink
simplify configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Feb 18, 2024
1 parent 8e8e327 commit fb1d05b
Show file tree
Hide file tree
Showing 10 changed files with 585 additions and 7,113 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'
1 change: 0 additions & 1 deletion env.d.ts

This file was deleted.

Loading

0 comments on commit fb1d05b

Please sign in to comment.