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:
parent
aaafb59e89
commit
d870ceee4c
1 changed files with 3 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "xo && ava",
|
"test": "tsc && ava",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"prepublish": "tsc"
|
"prepublish": "tsc"
|
||||||
},
|
},
|
||||||
|
|
@ -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": "*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue