[eslint] allow kebab-case in any bin directory

This commit is contained in:
spalger 2018-02-07 10:00:39 -07:00
parent d2df52a68a
commit 231dd966c8

View file

@ -9,7 +9,7 @@
export const IGNORE_FILE_GLOBS = [
'.node-version',
'docs/**/*',
'bin/**/*',
'**/bin/**/*',
'**/+([A-Z_]).md',
'**/*.txt',
'Gruntfile.js',