diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 76e625e..6e218a5 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "minimumDescriptionLength": 5 } ], - "@typescript-eslint/no-floating-promises": "error" + "@typescript-eslint/no-floating-promises": "warn" } }, "prettier": { @@ -120,5 +120,6 @@ "quoteProps": "consistent", "singleQuote": true, "trailingComma": "none" - } + }, + "packageManager": "yarn@3.0.0" } |