tools: make eslint work on subdirectories
authorRoman Reiss <me@silverwind.io>
Tue, 12 May 2015 19:29:03 +0000 (21:29 +0200)
committerRoman Reiss <me@silverwind.io>
Tue, 12 May 2015 19:57:08 +0000 (21:57 +0200)
commitc58264e58bca19a6a11314629bb93c10cddac7b5
tree430053727512fcde6ce96d9cea98853e0bc619d2
parent0b21ab13b7dec92bca216b03f32c8f578c644a4d
tools: make eslint work on subdirectories

The old pattern didn't include files in lib/internal. This changes the
pattern to directories which makes eslint apply to all subdirectories as
well.

PR-URL: https://github.com/iojs/io.js/pull/1686
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Makefile