Skip to content

Commit efb7207

Browse files
committed
chore: πŸ”¨ ESLint κ·œμΉ™ μΆ”κ°€
- `stylistic` μ—…κ·Έλ ˆμ΄λ“œμ— λ”°λ₯Έ κ°œμ„  - λ°˜ν™˜λ¬Έμ—μ„œμ˜ await ν—ˆμš©
1 parent 6fb82d2 commit efb7207

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

β€Žsrc/stylistic/index.tsβ€Ž

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,7 @@ export default {
217217
// 였브젝트 μš”μ†Œ μ€„λ°”κΏˆ κ·œμΉ™ κ°•μ œ
218218
'@stylistic/object-property-newline': [
219219
'error',
220-
{
221-
allowAllPropertiesOnSameLine: false,
222-
allowMultiplePropertiesPerLine: false
223-
}
220+
{ allowAllPropertiesOnSameLine: false }
224221
],
225222
// λΆˆν•„μš”ν•œ λΈ”λŸ­ νŒ¨λ”© λ°©μ§€
226223
'@stylistic/padded-blocks': [

β€Žsrc/tseslint/index.tsβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ const config: ConfigArray[number] = {
131131
'@typescript-eslint/restrict-plus-operands': 'error',
132132
// ν…œν”Œλ¦Ώ λ¬Έμžμ—΄μ—μ„œ μ•ˆμ „ν•œ νƒ€μž…λ§Œ ν™œμš©λ˜λ„λ‘ κ°•μ œ
133133
'@typescript-eslint/restrict-template-expressions': 'error',
134-
// λ°˜ν™˜λ¬Έμ—μ„œ λΆˆν•„μš”ν•œ await λ°©μ§€
135-
'@typescript-eslint/return-await': 'error',
136134
// boolean 비ꡐ μ‹œ, λͺ…μ‹œμ  λΉ„κ΅λ§Œμ„ ν—ˆμš©ν•¨
137135
'@typescript-eslint/strict-boolean-expressions': 'error',
138136
// λ©”μ„œλ“œλ₯Ό λ³€μˆ˜μ— ν• λ‹Ήν•  λ•Œ, thisκ°€ μ˜¬λ°”λ₯΄κ²Œ λ°”μΈλ”©λ˜λ„λ‘ κ°•μ œ

0 commit comments

Comments
Β (0)