Updated changelog

This commit is contained in:
Alejandro Celaya
2021-02-28 18:51:18 +01:00
parent ce0fc1094e
commit b789f64a54
2 changed files with 2 additions and 3 deletions

View File

@@ -15,11 +15,10 @@
"setImmediate": true
},
"rules": {
"no-nonoctal-decimal-escape": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/ban-types": "off",
"no-nonoctal-decimal-escape": "off",
"@typescript-eslint/naming-convention": "off"
}
}