Browse Source

make XO ignore the test folder for now - #115

http2
Sindre Sorhus 9 years ago
parent
commit
d85649f51c
  1. 5
      package.json

5
package.json

@ -65,5 +65,10 @@
"pem": "^1.4.4",
"tempfile": "^1.1.1",
"xo": "*"
},
"xo": {
"ignores": [
"test/**"
]
}
}

Loading…
Cancel
Save