mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Adding node specific settings for jshint
This commit is contained in:
parent
bcb6dd9c4f
commit
2410b60667
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,10 @@
|
|||
"globals": {
|
||||
"define": true,
|
||||
"require": true,
|
||||
"console": true
|
||||
"console": true,
|
||||
"module": true,
|
||||
"__dirname": true,
|
||||
"process": true
|
||||
},
|
||||
|
||||
"camelcase": false,
|
||||
|
@ -36,4 +39,4 @@
|
|||
"maxerr": 10,
|
||||
"scripturl": true,
|
||||
"evil": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue