1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-08-11 05:51:59 +00:00

Fixed bug where null were considered as objects

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-11-23 02:27:16 +01:00
parent 4637abeaaf
commit f87e3047fc
4 changed files with 13 additions and 3 deletions

View File

@@ -160,7 +160,6 @@
"no-throw-literal": "error",
"no-trailing-spaces": "error",
"no-undef-init": "error",
"no-underscore-dangle": "error",
"no-unsafe-finally": "error",
"no-unused-labels": "error",
"no-unused-vars": "off",
@@ -186,4 +185,4 @@
"use-isnan": "error",
"valid-typeof": "off"
}
}
}