Skip to content

Commit

Permalink
Merge pull request #93 from dnd-side-project/feature/FN-27
Browse files Browse the repository at this point in the history
λŒ€μ‹œλ³΄λ“œ μž‘μ—… μ „ μ½”λ“œ 정리
  • Loading branch information
spolice0324 authored Jun 26, 2024
2 parents b1112e2 + bdb23ca commit 2c7c427
Show file tree
Hide file tree
Showing 159 changed files with 12,061 additions and 56,941 deletions.
19 changes: 15 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": [
"next",
"next/core-web-vitals",
"plugin:prettier/recommended",
"plugin:storybook/recommended",
Expand All @@ -8,8 +9,18 @@
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error",
"@typescript-eslint/no-unused-vars": "error",
"react-hooks/rules-of-hooks": "off"
},
"files": ["**/*.stories.tsx"]
"react-hooks/rules-of-hooks": "off",
"@typescript-eslint/no-unused-vars": [
"error",
{
"args": "all",
"argsIgnorePattern": "^_",
"caughtErrors": "all",
"caughtErrorsIgnorePattern": "^_",
"destructuredArrayIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"ignoreRestSiblings": true
}
]
}
}
32,444 changes: 0 additions & 32,444 deletions .pnp.cjs

This file was deleted.

Loading

0 comments on commit 2c7c427

Please sign in to comment.