Skip to content

Commit

Permalink
fixed linting for 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhatab committed Aug 21, 2016
1 parent 9cad90a commit e206f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spec/dummy
node_package/lib/
node_package/tests/node_modules
node_package/webpack.config.js
gen-examples/examples
**/node_modules/**
**/assets/webpack/**
**/generated/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint global-require: 0 */

const net = require('net');
const fs = require('fs');

Expand Down

0 comments on commit e206f1e

Please sign in to comment.