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
{ | |
"window.zoomLevel": 1, | |
"editor.formatOnPaste": false, | |
"editor.formatOnSave": false, | |
"editor.formatOnType": false, | |
"prettier.singleQuote": true, | |
"prettier.semi": false, | |
"javascript.format.insertSpaceBeforeFunctionParenthesis": true, | |
"vetur.format.defaultFormatter.html": "js-beautify-html", | |
"vetur.format.defaultFormatterOptions": { |
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
#!/bin/bash | |
set -ex | |
repos=' | |
animate | |
cascader | |
checkbox | |
collapse | |
dialog |
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
TypeScript 6 hrs 42 mins ββββββββββββββββββββ 83.9% | |
Markdown 1 hr 1 min ββββββββββββββββββββ 12.8% | |
Bash 8 mins ββββββββββββββββββββ 1.9% | |
JSON 2 mins ββββββββββββββββββββ 0.5% |
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
import React from 'react'; | |
export const onRenderBody = function({ setPreBodyComponents }) { | |
// Load dark mode script in head to prevent FOUC. | |
setPreBodyComponents([ | |
<script | |
type="text/javascript" | |
key="theme-initializer" | |
src="/set-dark-mode.js" | |
/>, |
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
TypeScript 21 hrs 47 mins ββββββββββββββββββββ 67.1% | |
Vue.js 6 hrs 21 mins ββββββββββββββββββββ 19.6% | |
JSON 2 hrs 10 mins ββββββββββββββββββββ 6.7% | |
JavaScript 46 mins ββββββββββββββββββββ 2.4% |