Skip to content

Commit fbd9446

Browse files
committed
chore: Swap eslint for xo
Signed-off-by: Richie Bendall <[email protected]>
1 parent cad9ae0 commit fbd9446

File tree

2 files changed

+1089
-34
lines changed

2 files changed

+1089
-34
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/content-type": "^1.1.3",
3838
"@types/lodash": "^4.14.146",
3939
"ava": "^2.4.0",
40-
"eslint": "^6.6.0",
40+
"xo": "^0.25.3",
4141
"eslint-config-richienb": "^0.2.2",
4242
"express": "^4.17.1",
4343
"fetch-blob": "^1.0.4",
@@ -49,8 +49,11 @@
4949
"typedoc": "^0.15.0",
5050
"typescript": "^3.7.2"
5151
},
52-
"eslintConfig": {
53-
"extends": "richienb/ts"
52+
"resolutions": {
53+
"eslint": "^6.6.0"
54+
},
55+
"xo": {
56+
"extends": "richienb/node"
5457
},
5558
"ava": {
5659
"compileEnhancements": false,

0 commit comments

Comments
 (0)