Commit Graph

7 Commits

Author SHA1 Message Date
Reorx 55bc4a6805 use LF instead of CRLF
What is changed:
- replaced CRLF with LF by running `dos2unix *`
- configure editorconfig to use LF

It is always recommended to use LF rather than CRLF in programming
world, we should keep this practice in Obsidian plugins.

For anyone who wants to use CRLF locally, you can set
`git config core.autocrlf` to true. For further information,
this article is a good start:
https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/
2022-04-15 14:32:56 +08:00
fyears fe035a3008
add type check (#22) 2022-01-16 10:07:19 -05:00
lishid d006ed755a Update tsconfig. 2021-11-06 19:05:49 -04:00
lishid 3afc9d78ab Update sample plugin to use ESBuild. 2021-10-19 13:34:58 -04:00
lishid ed0e0a6e90 Target ES6. 2021-01-31 12:55:17 -05:00
lishid 245339d8e0 Use rollup for bundling. 2020-10-26 12:02:41 -04:00
lishid ed3770792a Initial commit! 2020-10-25 16:58:31 -04:00