Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View findmytrueself's full-sized avatar
🏠
Working from home

Instant Coffee findmytrueself

🏠
Working from home
  • Hello World
View GitHub Profile
@findmytrueself
findmytrueself / how-to-write-by-markdown.md
Created January 13, 2023 05:33 — forked from ihoneymon/how-to-write-by-markdown.md
마크다운(Markdown) 사용법

[공통] 마크다운 markdown 작성법

영어지만, 조금 더 상세하게 마크다운 사용법을 안내하고 있는 "Markdown Guide (https://www.markdownguide.org/)" 를 보시는 것을 추천합니다. ^^

아, 그리고 마크다운만으로 표현이 부족하다고 느끼신다면, HTML 태그를 활용하시는 것도 좋습니다.

1. 마크다운에 관하여

@findmytrueself
findmytrueself / .eslintrc
Last active October 6, 2021 15:39
An ESLint config to override to the latest well-supported version of JavaScript (ESLint defaults to ES5 syntax-checking)
{
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"es6": true
}
}
{
"extends": ["stylelint-config-recess-order", "stylelint-config-standard"],
"plugins": "stylelint-scss",
"rules": {
"alpha-value-notation": "number",
"at-rule-empty-line-before": null,
"at-rule-name-case": "lower",
"at-rule-no-unknown": null,
"at-rule-semicolon-newline-after": [
"always",
files:
include: '**/*.scss'
options:
formatter: stylish
merge-default-rules: false
rules:
border-zero:
- 1
- convention: zero
brace-style:
scss_files: '**/*.scss'
severity: warning
linters:
BorderZero:
enabled: true
convention: zero
ColorKeyword:
JavaScript 14 hrs 25 mins ████████████▋░░░░░░░░ 60.2%
CSS 2 hrs 48 mins ██▍░░░░░░░░░░░░░░░░░░ 11.7%
Markdown 2 hrs 27 mins ██▏░░░░░░░░░░░░░░░░░░ 10.2%
JSON 1 hr 31 mins █▎░░░░░░░░░░░░░░░░░░░ 6.4%
JSX 40 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.9%
🌞 Morning 34 commits █████▌░░░░░░░░░░░░░░░ 26.4%
🌆 Daytime 27 commits ████▍░░░░░░░░░░░░░░░░ 20.9%
🌃 Evening 49 commits ███████▉░░░░░░░░░░░░░ 38.0%
🌙 Night 19 commits ███░░░░░░░░░░░░░░░░░░ 14.7%