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

[FE] frontend yml lint 과정 수정 #120

Merged
merged 1 commit into from
Jul 25, 2024
Merged
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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ assignees: ''
## 🚨 버그 발생 상황
최대한 상세하게 작성해주세요.

### as-is

현재 상황에 대해서 알려주세요.

### to-be

구현이 된 후 상황을 예상해 주세요.

## 예상 결과
예상했던 정상적인 결과가 어떤 것인지 설명해주세요.

Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "webpack serve ",
"build": "webpack --mode production",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,scss,md}'"
},
"keywords": [],
Expand Down Expand Up @@ -56,4 +56,4 @@
"npm": ">=10.7.0",
"node": ">=20.15.1"
}
}
}
Loading