fix(cloudcmd) drop support of node < 14

This commit is contained in:
coderaiser 2020-12-28 23:00:04 +02:00
parent 7371871f15
commit c3339d8ea2
7 changed files with 12 additions and 9 deletions

View file

@ -1,4 +1,7 @@
{
"rules": {
"apply-optional-chaining": "on"
},
"ignore": [
"fixture*",
"dist*",