We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773db94 commit e660aecCopy full SHA for e660aec
2 files changed
โsrc/sort-keys-fix/index.tsโ
@@ -5,9 +5,7 @@
5
* @since 2025.01.24 Fri 16:56:40
6
*/
7
8
-/// <reference types="../../types/eslint-plugin-sort-keys-fix" />
9
-
10
-import pluginSortKeysFix from 'eslint-plugin-sort-keys-fix';
+import * as pluginSortKeysFix from 'eslint-plugin-sort-keys-fix';
11
12
import type { Linter } from 'eslint';
13
โsrc/stylistic/index.tsโ
@@ -217,9 +217,7 @@ export default {
217
// ์ค๋ธ์ ํธ ์์ ์ค๋ฐ๊ฟ ๊ท์น ๊ฐ์
218
'@stylistic/object-property-newline': [
219
'error',
220
- {
221
- allowAllPropertiesOnSameLine: false
222
- }
+ { allowAllPropertiesOnSameLine: false }
223
],
224
// ๋ถํ์ํ ๋ธ๋ญ ํจ๋ฉ ๋ฐฉ์ง
225
'@stylistic/padded-blocks': [
0 commit comments