Browse Source

Use xo-lukechilds

pull/15/merge
Luke Childs 7 years ago
parent
commit
0b31522e46
  1. 10
      now.json
  2. 6
      package.json

10
now.json

@ -0,0 +1,10 @@
{
"name": "onionite",
"alias": "onionite",
"public": true,
"env": {
"NODE_ENV": "production",
"KEEN_PROJECT_ID": "@keen_project_id",
"KEEN_WRITE_KEY": "@keen_write_key"
}
}

6
package.json

@ -21,6 +21,7 @@
"quick-lru": "^1.1.0"
},
"devDependencies": {
"eslint-config-xo-lukechilds": "^1.0.1",
"nodemon": "^1.10.2",
"xo": "^0.17.1"
},
@ -28,8 +29,13 @@
"start": "node index.js",
"dev": "nodemon -e js,json,html",
"lint": "xo",
"deploy": "now --public",
"alias": "now alias",
"test": "echo \"Error: no test specified\" && exit 1"
},
"xo": {
"extends": "xo-lukechilds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/onionite.git"

Loading…
Cancel
Save