Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ts immigration #9

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions github-finder/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 2020,
sourceType: 'module',
},
env: {
browser: true,
node: true,
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react/recommended',
'plugin:prettier/recommended',
],
settings: {
react: {
version: 'detect',
},
},
plugins: ['react'],
rules: {
'prettier/prettier': [
'error',
{ endOfLine: 'auto' },
{ usePrettierrc: true },
],
'react/react-in-jsx-scope': 'off',
'react/prop-types': 'off',
'react/display-name': 'off',
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['error'],
'@typescript-eslint/explicit-module-boundary-types': 'off',
},
};
22 changes: 0 additions & 22 deletions github-finder/.gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
10 changes: 10 additions & 0 deletions github-finder/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"semi": true,
"useTabs": false,
"endOfLine": "lf"
}
4 changes: 4 additions & 0 deletions github-finder/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
18 changes: 18 additions & 0 deletions github-finder/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"files": {
"main.js": "/Soryeong-Kim/static/js/main.42ff34f7.chunk.js",
"main.js.map": "/Soryeong-Kim/static/js/main.42ff34f7.chunk.js.map",
"runtime-main.js": "/Soryeong-Kim/static/js/runtime-main.2dadf146.js",
"runtime-main.js.map": "/Soryeong-Kim/static/js/runtime-main.2dadf146.js.map",
"static/js/2.ea493ec8.chunk.js": "/Soryeong-Kim/static/js/2.ea493ec8.chunk.js",
"static/js/2.ea493ec8.chunk.js.map": "/Soryeong-Kim/static/js/2.ea493ec8.chunk.js.map",
"index.html": "/Soryeong-Kim/index.html",
"static/js/2.ea493ec8.chunk.js.LICENSE.txt": "/Soryeong-Kim/static/js/2.ea493ec8.chunk.js.LICENSE.txt",
"static/media/githubIcon.6ed712fa.png": "/Soryeong-Kim/static/media/githubIcon.6ed712fa.png"
},
"entrypoints": [
"static/js/runtime-main.2dadf146.js",
"static/js/2.ea493ec8.chunk.js",
"static/js/main.42ff34f7.chunk.js"
]
}
Binary file added github-finder/build/favicon.ico
Binary file not shown.
Binary file added github-finder/build/fonts/Helvetica Black.ttf
Binary file not shown.
Binary file added github-finder/build/fonts/Helvetica.ttf
Binary file not shown.
Binary file added github-finder/build/fonts/NotoSansKR-Regular.otf
Binary file not shown.
1 change: 1 addition & 0 deletions github-finder/build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="favicon" href="./public/favicon.ico"><title>๊นƒํ—ˆ๋ธŒ ์„œํ•‘</title></head><body><div id="root"></div><script>!function(e){function r(r){for(var n,i,f=r[0],l=r[1],a=r[2],c=0,s=[];c<f.length;c++)i=f[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,f=1;f<t.length;f++){var l=t[f];0!==o[l]&&(n=!1)}n&&(u.splice(r--,1),e=i(i.s=t[0]))}return e}var n={},o={1:0},u=[];function i(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=e,i.c=n,i.d=function(e,r,t){i.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,r){if(1&r&&(e=i(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(i.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)i.d(t,n,function(r){return e[r]}.bind(null,n));return t},i.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(r,"a",r),r},i.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},i.p="/Soryeong-Kim/";var f=this["webpackJsonpgithub-finder"]=this["webpackJsonpgithub-finder"]||[],l=f.push.bind(f);f.push=r,f=f.slice();for(var a=0;a<f.length;a++)r(f[a]);var p=l;t()}([])</script><script src="/Soryeong-Kim/static/js/2.ea493ec8.chunk.js"></script><script src="/Soryeong-Kim/static/js/main.42ff34f7.chunk.js"></script></body></html>
3 changes: 3 additions & 0 deletions github-finder/build/static/js/2.ea493ec8.chunk.js

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions github-finder/build/static/js/2.ea493ec8.chunk.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions github-finder/build/static/js/2.ea493ec8.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions github-finder/build/static/js/main.42ff34f7.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions github-finder/build/static/js/main.42ff34f7.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions github-finder/build/static/js/runtime-main.2dadf146.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading