Update dev-dependencies

This commit is contained in:
Titus Wormer 2020-06-15 20:09:55 +02:00
parent 048f1dbca7
commit 2e3683a5cb
No known key found for this signature in database
GPG Key ID: 30190E3DF06F6D89
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,5 @@
coverage/
remark-lint.js
remark-lint.min.js
*.json
*.md

View File

@ -53,11 +53,11 @@
"unist-builder": "^2.0.0",
"unist-util-remove-position": "^2.0.0",
"vfile-reporter": "^6.0.0",
"xo": "^0.30.0"
"xo": "^0.32.0"
},
"scripts": {
"postinstall": "lerna bootstrap --no-ci",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier . --write && xo --fix",
"generate:presets": "node script/build-presets",
"generate:rules": "node script/build-rules",
"generate": "npm run generate:presets && npm run generate:rules",
@ -87,9 +87,10 @@
"esnext": false,
"rules": {
"unicorn/no-fn-reference-in-iterator": "off",
"unicorn/prefer-number-properties": "off",
"unicorn/string-content": "off",
"unicorn/prefer-includes": "off",
"unicorn/prefer-number-properties": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/string-content": "off",
"guard-for-in": "off",
"no-eq-null": "off",
"eqeqeq": [