mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: .jscs.json small fix
This commit is contained in:
parent
bba9722ad4
commit
08846c4519
@ -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
2
dist/showdown.js
vendored
@ -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.
|
||||||
|
2
dist/showdown.min.js
vendored
2
dist/showdown.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user