Skip to content

Commit

Permalink
Merge pull request #5 from SW-Palindrome/feature/splash-1
Browse files Browse the repository at this point in the history
[STUD-46] 스플래시 화면 디자인 구현 완료
  • Loading branch information
milkbottle0305 authored Jan 30, 2024
2 parents af8f298 + cd9ae8d commit 472c058
Show file tree
Hide file tree
Showing 14 changed files with 5,466 additions and 8,041 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ module.exports = {
endOfLine: "auto",
},
],
"react/prop-types": "off",

// 다른 규칙들...
},
};
3 changes: 0 additions & 3 deletions .github/workflows/react-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Run Lint
run: npx eslint src/

- name: Run Test
run: npm test

- name: Build React App
run: npm run build

Expand Down
Loading

0 comments on commit 472c058

Please sign in to comment.