Skip to content

Commit 0f0329f

Browse files
committed
refactor: removed redundant xo config
1 parent 15fe6b5 commit 0f0329f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,5 @@
6868
"xo": "^1.1.1"
6969
},
7070
"source": "src/index.js",
71-
"umd:main": "dist/index.umd.js",
72-
"xo": {
73-
"space": 2,
74-
"rules": {
75-
"unicorn/prefer-module": "off",
76-
"unicorn/prefer-node-protocol": "off"
77-
}
78-
}
71+
"umd:main": "dist/index.umd.js"
7972
}

0 commit comments

Comments
 (0)