Skip to content

Commit 798282c

Browse files
committed
Update xo
1 parent b9db1e5 commit 798282c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"remark-cli": "^2.0.0",
3737
"remark-preset-wooorm": "^1.0.0",
3838
"tape": "^4.0.0",
39-
"xo": "^0.16.0"
39+
"xo": "^0.17.0"
4040
},
4141
"scripts": {
4242
"build-md": "remark . --quiet --frail",
@@ -58,8 +58,7 @@
5858
"space": true,
5959
"rules": {
6060
"no-self-compare": "off",
61-
"guard-for-in": "off",
62-
"max-lines": "off"
61+
"guard-for-in": "off"
6362
},
6463
"ignores": [
6564
"hastscript.js"

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ test('hastscript', function (t) {
314314
);
315315

316316
st.deepEqual(
317-
h(null, {style: {'color': 'red', '-webkit-border-radius': '3px'}}),
317+
h(null, {style: {color: 'red', '-webkit-border-radius': '3px'}}),
318318
{
319319
type: 'element',
320320
tagName: 'div',

0 commit comments

Comments
 (0)