[eslint] allow kebab-case in any bin directory

This commit is contained in:
spalger 2018-02-07 10:00:39 -07:00
parent 6910c8f6e2
commit 5ffe47030c

View file

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