We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad9ae0 commit fbd9446Copy full SHA for fbd9446
package.json
@@ -37,7 +37,7 @@
37
"@types/content-type": "^1.1.3",
38
"@types/lodash": "^4.14.146",
39
"ava": "^2.4.0",
40
- "eslint": "^6.6.0",
+ "xo": "^0.25.3",
41
"eslint-config-richienb": "^0.2.2",
42
"express": "^4.17.1",
43
"fetch-blob": "^1.0.4",
@@ -49,8 +49,11 @@
49
"typedoc": "^0.15.0",
50
"typescript": "^3.7.2"
51
},
52
- "eslintConfig": {
53
- "extends": "richienb/ts"
+ "resolutions": {
+ "eslint": "^6.6.0"
54
+ },
55
+ "xo": {
56
+ "extends": "richienb/node"
57
58
"ava": {
59
"compileEnhancements": false,
0 commit comments