1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-13 19:29:19 +00:00

bump: 1.1.8

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-05-13 14:55:50 +02:00
parent c5d4ed166a
commit 31ae6d8418
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@
"no-unused-labels": "error",
"no-unused-vars": "warn",
"no-var": "error",
"object-shorthand": "error",
"object-shorthand": ["warn", "methods"],
"one-var": [
"error",
"never"