Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
add eslint no-console to nca.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shinout committed May 26, 2016
1 parent efc5d4b commit f901a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/nca.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env node
/*eslint no-console: 0 */
// @flow

import fs from 'fs'
Expand Down

0 comments on commit f901a28

Please sign in to comment.