Fix some lint problems.

This commit is contained in:
elweyn 2023-02-07 07:10:01 +01:00
parent 8b502c940c
commit 8544eb51e9
2 changed files with 6 additions and 2 deletions

View File

@ -88,6 +88,8 @@
"not ie <= 10"
],
"nodemonConfig": {
"ignore": ["**/*.spec.js"]
"ignore": [
"**/*.spec.js"
]
}
}

View File

@ -106,6 +106,8 @@
"license": "Apache-2.0",
"description": "Gradido, the Natural Economy of Life, is a way to worldwide prosperity and peace in harmony with nature. - Gradido, die Natürliche Ökonomie des lebens, ist ein Weg zu weltweitem Wohlstand und Frieden in Harmonie mit der Natur.",
"nodemonConfig": {
"ignore": ["**/*.spec.js"]
"ignore": [
"**/*.spec.js"
]
}
}