fix: pipeline

This commit is contained in:
2023-05-31 15:30:25 +02:00
parent 68400f2480
commit 45444d9373
31 changed files with 74 additions and 120 deletions

View File

@@ -1,3 +1,9 @@
{
"extends": "@openstapps"
"extends": "@openstapps",
"rules": {
"no-console": "off",
"unicorn/no-negated-condition": "off",
"unicorn/no-null": "off",
"jsdoc/check-tag-names": "off"
}
}