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,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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue