chore: .jscs.json small fix

This commit is contained in:
Estevao Soares dos Santos 2016-12-30 18:03:26 +00:00
parent bba9722ad4
commit 08846c4519
3 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,6 @@
], ],
"requireOperatorBeforeLineBreak": true, "requireOperatorBeforeLineBreak": true,
"requireCamelCaseOrUpperCaseIdentifiers": true, "requireCamelCaseOrUpperCaseIdentifiers": true,
"validateIndentation": 2,
"validateQuoteMarks": "'", "validateQuoteMarks": "'",
"disallowMultipleLineStrings": true, "disallowMultipleLineStrings": true,
"disallowMixedSpacesAndTabs": true, "disallowMixedSpacesAndTabs": true,

2
dist/showdown.js vendored
View File

@ -1,4 +1,4 @@
;/*! showdown 23-12-2016 */ ;/*! showdown 30-12-2016 */
(function(){ (function(){
/** /**
* Created by Tivie on 13-07-2015. * Created by Tivie on 13-07-2015.

File diff suppressed because one or more lines are too long