make XO happy
This commit is contained in:
parent
7c02cf45f8
commit
4ce73b632b
2 changed files with 2 additions and 1 deletions
1
index.js
1
index.js
|
|
@ -28,6 +28,7 @@ Object.keys(ansiStyles).forEach(function (key) {
|
|||
};
|
||||
});
|
||||
|
||||
// eslint-disable-next-line func-names
|
||||
var proto = defineProps(function chalk() {}, styles);
|
||||
|
||||
function build(_styles) {
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
"require-uncached": "^1.0.2",
|
||||
"resolve-from": "^2.0.0",
|
||||
"semver": "^5.1.0",
|
||||
"xo": "*"
|
||||
"xo": "^0.16.0"
|
||||
},
|
||||
"xo": {
|
||||
"envs": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue