Skip to content

Commit

Permalink
fix: 🐛 fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
athif23 committed Jun 2, 2020
1 parent 4f6b2ac commit 71f56a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
require('../src/cli');
require('../src/cli');
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"object-curly-spacing": "off",
"operator-linebreak": "off",
"space-before-function-paren": "off",
"no-else-return": "off"
"no-else-return": "off",
"import/no-unassigned-import": "off"
}
}
}

0 comments on commit 71f56a9

Please sign in to comment.