fix and enforce indent rules
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 8 Aug 2021 19:05:24 +0000 (12:05 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 9 Aug 2021 16:46:38 +0000 (09:46 -0700)
commit28de4364128a4b03918a8cbe868009b5d427220a
treeb10555fc1d65f469448ff2ed251ad69194e7b2c7
parent3fae9b64c5c70ad52376558caa71db99778541b0
fix and enforce indent rules
15 files changed:
.eslintrc.json
.markdownlint.json [new file with mode: 0644]
CHANGELOG.md
package-lock.json
src/authenticator.js
src/common.js
src/db/base.js
src/db/postgres/index.js
src/db/sqlite/index.js
src/link-helper.js
src/manager.js
src/service.js
src/template/root-html.js
src/template/template-helper.js
src/worker.js