Skip to content

Commit 068e17c

Browse files
committed
Update .eslintrc
1 parent 4e3c552 commit 068e17c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.eslintrc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"NSArray": "readonly",
3131
"NSMakePoint": "readonly",
3232
"CGRectMake": "readonly",
33-
"MSArtboardGroup": "readonly",
3433
"MSPage": "readonly",
3534
"BCSketchInfo": "readonly",
3635
"log": "readonly",
@@ -51,6 +50,7 @@
5150
"MSDefaultStyle": "readonly",
5251
"MSLayer": "readonly",
5352
"MSDocumentData": "readonly",
53+
"MSDetachedSymbol": "readonly",
5454
"MSSymbolMaster": "readonly",
5555
"MSSymbolInstance": "readonly",
5656
"MSOverridePoint": "readonly",
@@ -72,7 +72,6 @@
7272
"MSForeignSymbolProvider": "readonly",
7373
"MSForeignObjectCollector": "readonly",
7474
"MSStyleShadow": "readonly",
75-
"MSStyleInnerShadow": "readonly",
7675
"MSGradientStop": "readonly",
7776
"MSImmutableGradientStop": "readonly",
7877
"MSGradient": "readonly",
@@ -95,7 +94,6 @@
9594
"MSSharedStyle": "readonly",
9695
"MSStyle": "readonly",
9796
"MSDataOverride": "readonly",
98-
"MSImmutableArtboardGroup": "readonly",
9997
"MSImmutableLayerGroup": "readonly",
10098
"MSImmutableHotspotLayer": "readonly",
10199
"MSImmutableBitmapLayer": "readonly",
@@ -104,6 +102,7 @@
104102
"MSImmutableShapeGroup": "readonly",
105103
"MSStyledLayer": "readonly",
106104
"MSImmutableStyledLayer": "readonly",
105+
"MSImmutableDetachedSymbol": "readonly",
107106
"MSImmutableSymbolInstance": "readonly",
108107
"MSImmutableSymbolMaster": "readonly",
109108
"MSImmutableTextLayer": "readonly",
@@ -185,6 +184,6 @@
185184
"NSUUID": "readonly",
186185
"NSError": "readonly",
187186
"NSMapTable": "readonly",
188-
"MSTextAlignmentConverter": "readonly",
187+
"MSTextAlignmentConverter": "readonly"
189188
}
190189
}

0 commit comments

Comments
 (0)