Skip to content

Commit e660aec

Browse files
committed
chore: ๐Ÿ”จ ESLint ์„ค์ • ๊ฐœ์„ 
1 parent 773db94 commit e660aec

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

โ€Žsrc/sort-keys-fix/index.tsโ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
* @since 2025.01.24 Fri 16:56:40
66
*/
77

8-
/// <reference types="../../types/eslint-plugin-sort-keys-fix" />
9-
10-
import pluginSortKeysFix from 'eslint-plugin-sort-keys-fix';
8+
import * as pluginSortKeysFix from 'eslint-plugin-sort-keys-fix';
119

1210
import type { Linter } from 'eslint';
1311

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,7 @@ export default {
217217
// ์˜ค๋ธŒ์ ํŠธ ์š”์†Œ ์ค„๋ฐ”๊ฟˆ ๊ทœ์น™ ๊ฐ•์ œ
218218
'@stylistic/object-property-newline': [
219219
'error',
220-
{
221-
allowAllPropertiesOnSameLine: false
222-
}
220+
{ allowAllPropertiesOnSameLine: false }
223221
],
224222
// ๋ถˆํ•„์š”ํ•œ ๋ธ”๋Ÿญ ํŒจ๋”ฉ ๋ฐฉ์ง€
225223
'@stylistic/padded-blocks': [

0 commit comments

Comments
ย (0)