diff --git a/.eslintrc.cjs b/.eslintrc.cjs index de05d9c..203e416 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -7,7 +7,7 @@ module.exports = { "plugin:import/warnings", "plugin:prettier/recommended", "plugin:@typescript-eslint/recommended", - "prettier/@typescript-eslint", + // "prettier/@typescript-eslint", ], rules: { "linebreak-style": 0, @@ -22,6 +22,6 @@ module.exports = { "eol-last": ["error", "always"], // line의 가장 마지막 줄에는 개행 넣기 "react/react-in-jsx-scope": "off", "no-multi-spaces": "error", // 스페이스 여러개 금지 - "simple-import-sort/imports": "error", + // "simple-import-sort/imports": "error", }, }; diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 5a182ef..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -yarn lint-staged diff --git a/index.html b/index.html index b6979e8..fe4a38c 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,27 @@ crossorigin="anonymous" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css" /> +