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.json18
1 files changed, 14 insertions, 4 deletions
diff --git a/package.json b/package.json
index 60cc70b..e7d6d2b 100644
--- a/package.json
+++ b/package.json
@@ -67,16 +67,16 @@
"gulp-stylus": "^2.7.0",
"less": "^3.13.1",
"less4": "npm:less@^4.1.1",
- "mocha": "^8.4.0",
+ "mocha": "^9.0.3",
"node-sass": "^6.0.1",
"npm-run-all": "^4.1.5",
- "postcss": "^8.3.5",
+ "postcss": "^8.3.6",
"prettier": "^2.3.2",
- "sass": "^1.35.1",
+ "sass": "^1.36.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylus": "^0.54.8",
- "xo": "^0.39.1"
+ "xo": "^0.42.0"
},
"mocha": {
"check-leaks": true,
@@ -88,11 +88,21 @@
"xo": {
"space": true,
"rules": {
+ "arrow-body-style": "off",
"ava/no-import-test-files": "off",
+ "comma-dangle": [
+ "error",
+ "never"
+ ],
"import/extensions": "off",
"node/prefer-promises/fs": "off",
+ "operator-linebreak": [
+ "error",
+ "after"
+ ],
"promise/prefer-await-to-then": "off",
"unicorn/no-array-for-each": "off",
+ "unicorn/prefer-module": "off",
"unicorn/prevent-abbreviations": "off"
}
}