Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 67acb46..16e9494 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"postcss"
],
"engines": {
- "node": ">=10"
+ "node": ">=12"
},
"scripts": {
"mocha": "mocha",
@@ -89,6 +89,7 @@
"rules": {
"ava/no-import-test-files": "off",
"import/extensions": "off",
+ "node/prefer-promises/fs": "off",
"promise/prefer-await-to-then": "off",
"unicorn/no-array-for-each": "off",
"unicorn/prevent-abbreviations": "off"