File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' : [
Original file line number Diff line number Diff 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κ° μ¬λ°λ₯΄κ² λ°μΈλ©λλλ‘ κ°μ
You canβt perform that action at this time.
0 commit comments