diff --git a/client/.eslintrc.json b/client/.eslintrc.json index dc58e089..ec9fca2d 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json @@ -14,19 +14,17 @@ "plugin:import/recommended", "prettier" ], - "plugins": [ - "react", - "react-hooks", - "jsx-a11y", - "import" - ], + "plugins": ["react", "react-hooks", "jsx-a11y", "import"], "rules": { - "no-unused-vars": "warn" + "no-unused-vars": "warn", + "import/no-unresolved": [2, { "commonjs": true, "amd": true }], + "import/extensions": [2, "ignorePackages"] }, "settings": { "import/resolver": { "node": { - "paths": ["src"] // src 폴더를 모듈 경로로 추가 + "paths": ["src"], // src 폴더를 모듈 경로로 추가 + "extensions": [".js", ".jsx", ".ts", ".tsx"] } } } diff --git a/client/.prettierrc.json b/client/.prettierrc.json index 1b9fe48e..531faae5 100644 --- a/client/.prettierrc.json +++ b/client/.prettierrc.json @@ -1,13 +1,13 @@ { - "printWidth": 120, - "tabWidth": 2, - "useTabs": false, - "semi": true, - "singleQuote": true, - "trailingComma": "all", - "bracketSpacing": true, - "jsxBracketSameLine": true, - "arrowParens": "avoid", - "vueIndentScriptAndStyle": false, - "endOfLine": "auto" - } \ No newline at end of file + "printWidth": 120, + "tabWidth": 2, + "useTabs": false, + "semi": true, + "singleQuote": true, + "trailingComma": "all", + "bracketSpacing": true, + "jsxBracketSameLine": true, + "arrowParens": "avoid", + "vueIndentScriptAndStyle": false, + "endOfLine": "auto" +} \ No newline at end of file diff --git a/client/build/asset-manifest.json b/client/build/asset-manifest.json index ad7a1ec0..db19b780 100644 --- a/client/build/asset-manifest.json +++ b/client/build/asset-manifest.json @@ -1,15 +1,15 @@ { "files": { "main.css": "/static/css/main.f4fdb1bd.css", - "main.js": "/static/js/main.4fcd2700.js", + "main.js": "/static/js/main.d889b95b.js", "static/media/user_shadow.png": "/static/media/user_shadow.697fdcd21f6d157b9073.png", "static/media/logo.png": "/static/media/logo.d61babd8e60c9f74e60d.png", "index.html": "/index.html", "main.f4fdb1bd.css.map": "/static/css/main.f4fdb1bd.css.map", - "main.4fcd2700.js.map": "/static/js/main.4fcd2700.js.map" + "main.d889b95b.js.map": "/static/js/main.d889b95b.js.map" }, "entrypoints": [ "static/css/main.f4fdb1bd.css", - "static/js/main.4fcd2700.js" + "static/js/main.d889b95b.js" ] } \ No newline at end of file diff --git a/client/build/index.html b/client/build/index.html index c432be48..a367c974 100644 --- a/client/build/index.html +++ b/client/build/index.html @@ -1 +1 @@ -그린어스포어스
\ No newline at end of file +그린어스포어스
\ No newline at end of file diff --git a/client/build/static/js/main.4fcd2700.js b/client/build/static/js/main.4fcd2700.js deleted file mode 100644 index 2eae1835..00000000 --- a/client/build/static/js/main.4fcd2700.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! For license information please see main.4fcd2700.js.LICENSE.txt */ -!function(){var e={110:function(e,t,n){"use strict";var r=n(309),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};function u(e){return r.isMemo(e)?i:l[e.$$typeof]||a}l[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},l[r.Memo]=i;var s=Object.defineProperty,c=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,r){if("string"!==typeof n){if(m){var a=p(n);a&&a!==m&&e(t,a,r)}var i=c(n);f&&(i=i.concat(f(n)));for(var l=u(t),h=u(n),v=0;v