Skip to content

Commit 82be4ab

Browse files
committed
Automated prettier
1 parent 8113415 commit 82be4ab

File tree

35 files changed

+717
-699
lines changed

35 files changed

+717
-699
lines changed

_config.yml

Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
github_username: stomp-js
1717

1818
# Build settings
19-
remote_theme: "mmistakes/[email protected]"
19+
remote_theme: 'mmistakes/[email protected]'
2020

2121
collections:
2222
- faqs
@@ -35,17 +35,17 @@ exclude:
3535
- api-docs-gen/
3636
- .idea/
3737

38-
minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
38+
minimal_mistakes_skin: 'default' # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
3939

4040
# Site Settings
41-
locale: "en-US"
42-
title: "StompJS Family"
43-
title_separator: "-"
41+
locale: 'en-US'
42+
title: 'StompJS Family'
43+
title_separator: '-'
4444
subtitle: # site tagline that appears below site title in masthead
45-
name: "Deepak Kumar"
45+
name: 'Deepak Kumar'
4646
description: Javascript/Typescript client for STOMP protocol. Specialized versions for RxJS/Angular.
4747
url: # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
48-
baseurl: "" # the subpath of your site, e.g. "/blog"
48+
baseurl: '' # the subpath of your site, e.g. "/blog"
4949
repository: # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
5050
teaser: # path of fallback teaser image, e.g. "/assets/images/500x300.png"
5151
logo: # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
@@ -75,28 +75,25 @@ analytics:
7575
tracking_id:
7676
anonymize_ip: # true, false (default)
7777

78-
7978
# Site Author
80-
author: "stompjs"
79+
author: 'stompjs'
8180

8281
# Site Footer
8382
footer:
8483
links:
85-
- label: "stompjs"
86-
icon: "fab fa-fw fa-github"
87-
url: "https://github.com/stomp-js/stompjs"
88-
- label: "rx-stomp"
89-
icon: "fab fa-fw fa-github"
90-
url: "https://github.com/stomp-js/rx-stomp"
91-
- label: "ng2-stompjs"
92-
icon: "fab fa-fw fa-github"
93-
url: "https://github.com/stomp-js/ng2-stompjs"
94-
84+
- label: 'stompjs'
85+
icon: 'fab fa-fw fa-github'
86+
url: 'https://github.com/stomp-js/stompjs'
87+
- label: 'rx-stomp'
88+
icon: 'fab fa-fw fa-github'
89+
url: 'https://github.com/stomp-js/rx-stomp'
90+
- label: 'ng2-stompjs'
91+
icon: 'fab fa-fw fa-github'
92+
url: 'https://github.com/stomp-js/ng2-stompjs'
9593

9694
# Reading Files
97-
encoding: "utf-8"
98-
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
99-
95+
encoding: 'utf-8'
96+
markdown_ext: 'markdown,mkdown,mkdn,mkd,md'
10097

10198
# Conversion
10299
markdown: kramdown
@@ -105,7 +102,6 @@ lsi: false
105102
excerpt_separator: "\n\n"
106103
incremental: false
107104

108-
109105
# Markdown Processing
110106
kramdown:
111107
input: GFM
@@ -116,19 +112,16 @@ kramdown:
116112
smart_quotes: lsquo,rsquo,ldquo,rdquo
117113
enable_coderay: false
118114

119-
120115
# Sass/SCSS
121116
sass:
122117
sass_dir: _sass
123118
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
124119

125-
126120
# Outputting
127121
permalink: /:categories/:title:output_ext
128122
paginate: 5 # amount of posts to show
129123
paginate_path: /page:num/
130-
timezone: "" # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
131-
124+
timezone: '' # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
132125

133126
# Plugins (previously gems:)
134127
plugins:
@@ -148,7 +141,6 @@ whitelist:
148141
- jekyll-include-cache
149142
- jekyll-redirect-from
150143

151-
152144
# Archives
153145
# Type
154146
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
@@ -177,20 +169,18 @@ whitelist:
177169
# category: /categories/:name/
178170
# tag: /tags/:name/
179171

180-
181172
# HTML Compression
182173
# - https://jch.penibelst.de/
183174
compress_html:
184175
clippings: all
185176
ignore:
186177
envs: development
187178

188-
189179
# Defaults
190180
defaults:
191181
# _posts
192182
- scope:
193-
path: ""
183+
path: ''
194184
type: posts
195185
values:
196186
layout: single

_data/authors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
stompjs:
33
name: StompJS
4-
avatar:
4+
avatar:
55
bio: STOMP library for JavaScript/TypeScript.
6-
location:
7-
email:
6+
location:
7+
email:
88
links:
99
1010
icon: fab fa-fw fa-github

_data/navigation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
main:
2-
- title: "Getting Started"
2+
- title: 'Getting Started'
33
url: /#getting-started
4-
- title: "Upgrade"
4+
- title: 'Upgrade'
55
url: /#upgrading
6-
- title: "APIs"
6+
- title: 'APIs'
77
url: /api-docs/latest/
8-
- title: "FAQs"
8+
- title: 'FAQs'
99
url: /faqs/faqs.html
10-
- title: "Github"
11-
url: "https://github.com/stomp-js"
10+
- title: 'Github'
11+
url: 'https://github.com/stomp-js'

_faqs/alternatives-how-is-it-related-to-stompjs-from-jeff-mesnil.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
question: "How is it related to stompjs from Jeff Mesnil?"
2+
question: 'How is it related to stompjs from Jeff Mesnil?'
33
group: Jeff Mesnil's stompjs
44
priority: ZAA
55
---
66

7-
[stompjs](https://www.npmjs.com/package/stompjs)
7+
[stompjs](https://www.npmjs.com/package/stompjs)
88
from [Jeff Mesnil](http://jmesnil.net/) has been the most important
99
STOMP implementations for JavaScript.
1010
However the original author has no longer been maintaining it since 2016.
1111
`@stomp/stompjs` started as a maintained fork.
12-
13-
`@stomp/stompjs` v4 is an enhanced version of
14-
[stompjs](https://www.npmjs.com/package/stompjs)
12+
13+
`@stomp/stompjs` v4 is an enhanced version of
14+
[stompjs](https://www.npmjs.com/package/stompjs)
1515
from [Jeff Mesnil](http://jmesnil.net/).
1616

1717
Version 5 of `@stomp/stompjs` has been bottom up rewritten in TypeScript.

_faqs/authentication-can-i-use-token-based-authentication-with-these-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
question: "Can I use Token based authentication with these libraries?"
2+
question: 'Can I use Token based authentication with these libraries?'
33
group: Authentication
44
priority: GAA
55
---

_faqs/authentication-my-authentication-tokens-expire-where-should-i-write-code-to-acquire-fresh-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
question: "My authentication tokens expire, where should I write code to acquire fresh tokens?"
2+
question: 'My authentication tokens expire, where should I write code to acquire fresh tokens?'
33
group: Authentication
44
priority: GAC
55
---
66

7-
The suggested place to acquire fresh tokens is
7+
The suggested place to acquire fresh tokens is
88
[beforeConnect](https://stomp-js.github.io/api-docs/latest/classes/Client.html#beforeConnect)
99
callback.
1010
You can update the

_faqs/general-bundlers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
question: "Can I use libraries with bundlers like Rollup or Webpack?"
2+
question: 'Can I use libraries with bundlers like Rollup or Webpack?'
33
group: General
44
priority: ADK
55
---

_faqs/general-can-these-libraries-be-used-with-es6-or-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
question: "Can these libraries be used with ES6 or Typescript?"
2+
question: 'Can these libraries be used with ES6 or Typescript?'
33
group: General
44
priority: ACC
55
---

_faqs/general-how-do-i-enable-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
question: "How do I enable logging?"
2+
question: 'How do I enable logging?'
33
group: General
44
priority: AGA
55
---

_faqs/general-i-am-using-angular-which-of-stompjs-rx-stomp-or-ng2-stompjs-should-i-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
question: "I am using Angular, which of stompjs, rx-stomp, or ng2-stompjs should I use?"
2+
question: 'I am using Angular, which of stompjs, rx-stomp, or ng2-stompjs should I use?'
33
group: General
44
priority: ACE
55
---

0 commit comments

Comments
 (0)