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:
authorXhmikosR <xhmikosr@gmail.com>2021-07-26 16:16:43 +0300
committerGitHub <noreply@github.com>2021-07-26 16:16:43 +0300
commit3886980bc0f0ded56acbc7f2eb6e4b3438dff88a (patch)
tree0b44d7ed77b2fa46d0e687ef3110f19e483e7a4e /package.json
parent88721487d01b11cf9a00024127c4e2732d1a77f6 (diff)
Update devDependencies (#410)
* mocha ^8.4.0 → ^9.0.3 * postcss ^8.3.5 → ^8.3.6 * sass ^1.35.1 → ^1.36.0 * xo ^0.39.1 → ^0.42.0
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"
}
}