feat: add new user settings backend

Adding a new user settings backend and PersistentStorage to store user related settings in the
database.

Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
This commit is contained in:
Dominik Schwank
2022-08-26 10:46:16 +02:00
committed by Fredrik Adelöw
parent 5b2d037b94
commit 108cdc3912
24 changed files with 2215 additions and 3 deletions
@@ -0,0 +1 @@
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);