Browse Source

Drop xo-lukechilds and remove object spacing

master
Luke Childs 7 years ago
parent
commit
693a857cdc
  1. 4
      package.json

4
package.json

@ -10,9 +10,6 @@
"test": "xo && nyc ava", "test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls" "coverage": "nyc report --reporter=text-lcov | coveralls"
}, },
"xo": {
"extends": "xo-lukechilds"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/lukechilds/build-output-script.git" "url": "git+https://github.com/lukechilds/build-output-script.git"
@ -33,7 +30,6 @@
"devDependencies": { "devDependencies": {
"ava": "^0.25.0", "ava": "^0.25.0",
"coveralls": "^3.0.2", "coveralls": "^3.0.2",
"eslint-config-xo-lukechilds": "^1.0.1",
"nyc": "^13.1.0", "nyc": "^13.1.0",
"xo": "^0.23.0" "xo": "^0.23.0"
}, },

Loading…
Cancel
Save