mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
jshintrc: use type Number for esversion
(#9049)
no issue - refs http://jshint.com/docs/options/ - the value is a Number, not a String - e.g. if you use template strings, jshint complains
This commit is contained in:
parent
1dd365778f
commit
3e32a9c31d
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@
|
||||||
"predef": [
|
"predef": [
|
||||||
"-Promise"
|
"-Promise"
|
||||||
],
|
],
|
||||||
"esversion": "6"
|
"esversion": 6
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue