eslint: node version bump

This commit is contained in:
John McLear 2021-01-19 21:05:30 +00:00
parent 3e78be371d
commit 80e0e2d932
6 changed files with 7 additions and 22035 deletions

View file

@ -100,6 +100,6 @@
"lint": "eslint ."
},
"engines": {
"node": ">=10.13.0"
"node": "^10.17.0 || >=11.14.0"
}
}