Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #723 from bosch-io/feature/ui-connectionless
Browse files Browse the repository at this point in the history
Feature/UI connectionless
  • Loading branch information
etschelp authored Mar 11, 2022
2 parents ef68239 + d3ebc91 commit 4687ed7
Show file tree
Hide file tree
Showing 57 changed files with 51,978 additions and 26,208 deletions.
1 change: 1 addition & 0 deletions frontend/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
**/*.sh
node_modules
dist
backend-types.ts
1 change: 1 addition & 0 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
"unicorn/filename-case": "off",
"unicorn/prevent-abbreviations": "off",
"@typescript-eslint/ban-ts-comment": "warn",
"@typescript-eslint/no-explicit-any": "off",
},
overrides: [
{
Expand Down
1 change: 1 addition & 0 deletions frontend/.npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
#
# SPDX-License-Identifier: Apache-2.0
save-exact=true
optional=false
1 change: 1 addition & 0 deletions frontend/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ dist
node_modules
coverage
setup-runtime.sh
update-backend-typings.sh
.env
.dockerignore
Loading

0 comments on commit 4687ed7

Please sign in to comment.