fix linting

This commit is contained in:
mahula 2023-01-25 12:30:57 +01:00
parent 309eddd841
commit eccb74baea
3 changed files with 1 additions and 3 deletions

View File

@ -39,7 +39,7 @@ module.exports = {
{ {
src: './src', src: './src',
extensions: ['.js', '.vue'], extensions: ['.js', '.vue'],
ignores: [], ignores: ['/overlay/'],
enableFix: false, enableFix: false,
}, },
], ],

View File

@ -34,7 +34,6 @@
"creation_form": { "creation_form": {
"creation_failed": "Ausstehende Schöpfung für {email} konnte nicht erzeugt werden.", "creation_failed": "Ausstehende Schöpfung für {email} konnte nicht erzeugt werden.",
"creation_for": "Aktives Grundeinkommen für", "creation_for": "Aktives Grundeinkommen für",
"deleteNow": "Möchtest du diesen Beitrag zur Gemeinschaft wirklich löschen?",
"denyNow": "Möchtest du diesen Beitrag zur Gemeinschaft wirklich ablehnen?", "denyNow": "Möchtest du diesen Beitrag zur Gemeinschaft wirklich ablehnen?",
"enter_text": "Text eintragen", "enter_text": "Text eintragen",
"form": "Schöpfungsformular", "form": "Schöpfungsformular",

View File

@ -34,7 +34,6 @@
"creation_form": { "creation_form": {
"creation_failed": "Could not create pending creation for {email}", "creation_failed": "Could not create pending creation for {email}",
"creation_for": "Active Basic Income for", "creation_for": "Active Basic Income for",
"deleteNow": "Do you really want to delete this contribution to the community?",
"denyNow": "Do you really want to reject this contribution to the community?", "denyNow": "Do you really want to reject this contribution to the community?",
"enter_text": "Enter text", "enter_text": "Enter text",
"form": "Creation form", "form": "Creation form",