🛂(frontend) right pad editor

Manage the right on the pad editor.
If a use cannot edit a pad, the pad editor will
be read-only. It will not save automatically.
A message will be displayed to the user.
This commit is contained in:
Anthony LC
2024-05-24 17:39:28 +02:00
committed by Anthony LC
parent dd33c99532
commit d5d374c311
5 changed files with 51 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ module.exports = {
rules: {
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
},
},
],