mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[eslint] allow kebab-case in any bin directory
This commit is contained in:
parent
6910c8f6e2
commit
5ffe47030c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
export const IGNORE_FILE_GLOBS = [
|
||||
'.node-version',
|
||||
'docs/**/*',
|
||||
'bin/**/*',
|
||||
'**/bin/**/*',
|
||||
'**/+([A-Z_]).md',
|
||||
'**/*.txt',
|
||||
'Gruntfile.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue