Drop xo for style checking

Code compiled from ts to js does not match xo-standard and cannot be configured.
This commit is contained in:
Lukas Tetzlaff 2017-10-31 16:30:26 -07:00
parent aaafb59e89
commit d870ceee4c

View file

@ -16,9 +16,9 @@
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"test": "tsc && ava",
"build": "tsc",
"prepublish": "tsc"
"prepublish": "tsc"
},
"files": [
"index.js",
@ -49,7 +49,6 @@
"@types/node": "^8.0.47",
"ava": "*",
"jsdom": "^9.12.0",
"typescript": "^2.6.1",
"xo": "*"
"typescript": "^2.6.1"
}
}