This commit is contained in:
binaryify 2020-04-04 13:21:54 +08:00
parent ec3fac99e0
commit 5e6e430687

View File

@ -18,6 +18,9 @@
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
} }
}, },
"engines": {
"node": ">=12"
},
"lint-staged": { "lint-staged": {
"*.js": [ "*.js": [
"eslint --fix", "eslint --fix",