@ndhoule/includes
Version:
Determine whether or not a value is contained by a given collection.
27 lines (26 loc) • 404 B
Plain Text
{
"lineBreak" : {
"before" : {
"EndOfFile" : 1,
"ReturnStatement": 1,
"TryKeyword": 1
}
},
"whiteSpace": {
"before": {
"BlockComment": 0
},
"after": {
"BlockComment": 0
}
},
"quotes": {
"type": "single",
"avoidEscape": false
},
"plugins": [
"esformatter-braces",
"esformatter-quotes",
"esformatter-semicolons"
]
}