Set warn rule for no-unsafe-optional-chaining

This commit is contained in:
r1oga
2022-12-20 14:19:05 +01:00
parent 9d53b5b077
commit 34d71a7be0
2 changed files with 2 additions and 1 deletions

View File

@@ -27,4 +27,5 @@ rules:
no-empty:
- error
- allowEmptyCatch: true
no-unsafe-optional-chaining: warn
no-useless-constructor: warn

View File

@@ -1,6 +1,6 @@
{
"name": "@zkitter/eslint-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Shared eslint configuration",
"main": ".eslintrc.yaml",
"files": [