Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 21, 2017
1 parent 2539bf5 commit 57bc543
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions bin/get-farm-args/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const pkg = require('../../package.json')
const defaults = require('./default')
const alias = require('./alias')

const debug = require('debug')(pkg.name)

function readInput (argv) {
return meow({
argv,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"scripts": {
"clean": "rm -rf node_modules",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard-markdown && standard bind",
"lint": "standard-markdown && standard",
"pretest": "npm run lint",
"test": "nyc mocha"
},
Expand Down

0 comments on commit 57bc543

Please # to comment.