This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "extends": "airbnb", | |
| "plugins": ["react", "jsx-a11y", "import"], | |
| "rules": { | |
| "react/prefer-stateless-function": 0, | |
| "react/jsx-filename-extension": 0 | |
| } | |
| "parser": "babel-eslint" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Please visit the URL below for more information: */ | |
| /* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */ | |
| .markdown-preview.markdown-preview { | |
| // modify your style here | |
| // eg: background-color: blue; | |
| h1, | |
| h2 { | |
| border-bottom: 1px solid #eaecef; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+d", | |
| "command": "-workbench.action.debug.run", | |
| "when": "!inDebugMode && !terminalFocus" | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| html { | |
| font-family: 'OpenSans', helvetica, arial, sans-serif; | |
| } | |
| h1 { | |
| /* color: #2aab9f; */ | |
| color: #3E48B3; | |
| font-weight: bolder; | |
| border-radius: 10px; | |
| /* font-size: 15px; */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "protocol": "sftp", | |
| "port": 22, | |
| "name": "", | |
| "host": "", | |
| "remotePath": "", | |
| "agent": "$SSH_AUTH_SOCK", | |
| "algorithms": { | |
| "serverHostKey": [ | |
| "ssh-rsa", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // "workbench.iconTheme": "material-icon-theme", | |
| "window.zoomLevel": 0, | |
| // "materialTheme.fixIconsRunning": false, | |
| // "[javascript]": { | |
| // "editor.tabSize": 2 | |
| // }, | |
| // "[html]": { | |
| // "editor.tabSize": 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ๐:new: ์๋ก์ดํ์ผ ์์ฑ | |
| # ๐ฅ:fire: ํ์ผ ์ญ์ | |
| # ๐:pencil: ๋ฌธ์ ์์ฑ/์์ | |
| # ๐:+1: ๊ธฐ๋ฅ ๊ฐ์ | |
| # โ:heavy_plus_sign: ๊ธฐ๋ฅ ์ถ๊ฐ | |
| # โ:heavy_minus_sign: ๊ธฐ๋ฅ ์ ๊ฑฐ | |
| # ๐ฟ:shower: ๋ถํ์ํ ๋ถ๋ถ ์ ๊ฑฐ/์ฒญ์ | |
| # โจ:sparkles: ๋์์ธ, ์ธ๊ด์ ์ธ ๋ถ๋ถ ์์ | |
| # ๐:innocent: ์ปค๋ฐ ์ค์ | |
| # ๐ก:bulb: ์๋ก์ด ์์ด๋์ด |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dist/ | |
| coverage/ | |
| node_modules/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rulesDirectory": ["node_modules/codelyzer"], | |
| "rules": { | |
| "arrow-return-shorthand": true, | |
| "callable-types": true, | |
| "class-name": true, | |
| "comment-format": [true, "check-space"], | |
| "curly": true, | |
| "cyclomatic-complexity": [true, 4], | |
| "deprecation": { |