@@ -35,6 +35,9 @@ it('extends dependencies', async () => {
35
35
"@superdispatch/jsx-no-spread-object-expression": [
36
36
"error",
37
37
],
38
+ "@typescript-eslint/block-spacing": [
39
+ "off",
40
+ ],
38
41
"@typescript-eslint/brace-style": [
39
42
"off",
40
43
],
@@ -50,9 +53,15 @@ it('extends dependencies', async () => {
50
53
"@typescript-eslint/indent": [
51
54
"off",
52
55
],
56
+ "@typescript-eslint/key-spacing": [
57
+ "off",
58
+ ],
53
59
"@typescript-eslint/keyword-spacing": [
54
60
"off",
55
61
],
62
+ "@typescript-eslint/lines-around-comment": [
63
+ 0,
64
+ ],
56
65
"@typescript-eslint/member-delimiter-style": [
57
66
"off",
58
67
],
@@ -71,6 +80,9 @@ it('extends dependencies', async () => {
71
80
"@typescript-eslint/semi": [
72
81
"off",
73
82
],
83
+ "@typescript-eslint/space-before-blocks": [
84
+ "off",
85
+ ],
74
86
"@typescript-eslint/space-before-function-paren": [
75
87
"off",
76
88
],
@@ -242,6 +254,9 @@ it('extends dependencies', async () => {
242
254
"max-len": [
243
255
0,
244
256
],
257
+ "max-statements-per-line": [
258
+ "off",
259
+ ],
245
260
"multiline-ternary": [
246
261
"off",
247
262
],
@@ -557,6 +572,9 @@ it('extends dependencies', async () => {
557
572
"vue/array-bracket-spacing": [
558
573
"off",
559
574
],
575
+ "vue/array-element-newline": [
576
+ "off",
577
+ ],
560
578
"vue/arrow-spacing": [
561
579
"off",
562
580
],
@@ -617,6 +635,9 @@ it('extends dependencies', async () => {
617
635
"vue/multiline-html-element-content-newline": [
618
636
"off",
619
637
],
638
+ "vue/multiline-ternary": [
639
+ "off",
640
+ ],
620
641
"vue/mustache-interpolation-spacing": [
621
642
"off",
622
643
],
@@ -641,6 +662,9 @@ it('extends dependencies', async () => {
641
662
"vue/operator-linebreak": [
642
663
"off",
643
664
],
665
+ "vue/quote-props": [
666
+ "off",
667
+ ],
644
668
"vue/script-indent": [
645
669
"off",
646
670
],
0 commit comments