mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Adding .jshint to be scoped to just the server
This commit is contained in:
parent
bd9a86ff14
commit
f65b68750f
2 changed files with 6 additions and 5 deletions
|
@ -5,11 +5,7 @@
|
|||
|
||||
"globals": {
|
||||
"define": true,
|
||||
"require": true,
|
||||
"console": true,
|
||||
"module": true,
|
||||
"__dirname": true,
|
||||
"process": true
|
||||
"require": true
|
||||
},
|
||||
|
||||
"camelcase": false,
|
||||
|
|
5
src/server/.jshintrc
Normal file
5
src/server/.jshintrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"extends": "../.jshintrc",
|
||||
"node": true
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue