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