-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy path.eslintrc
190 lines (190 loc) · 6.21 KB
/
.eslintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"extends": [
"eslint:recommended",
"prettier",
"plugin:import/errors",
"plugin:import/warnings"
],
"plugins": ["import"],
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module"
},
"env": {
"node": true,
"es6": true
},
"globals": {
"NSTemporaryDirectory": "readonly",
"NSFont": "readonly",
"MOPointer": "readonly",
"NSMakeRange": "readonly",
"NSMaxRange": "readonly",
"MSSelfContainedHighLevelExporter": "readonly",
"MSLayerMovement": "readonly",
"NSMakeRect": "readonly",
"MSBitmapLayer": "readonly",
"MSLayerGroup": "readonly",
"MSTextLayer": "readonly",
"MSShapeGroup": "readonly",
"NSArray": "readonly",
"NSMakePoint": "readonly",
"CGRectMake": "readonly",
"MSArtboardGroup": "readonly",
"MSPage": "readonly",
"BCSketchInfo": "readonly",
"log": "readonly",
"NSApplication": "readonly",
"NSDocumentController": "readonly",
"NSAlert": "readonly",
"NSComboBox": "readonly",
"NSUserDefaults": "readonly",
"AppController": "readonly",
"MSImageData": "readonly",
"NSImage": "readonly",
"NSTextField": "readonly",
"NSSlider": "readonly",
"MSStyleFill": "readonly",
"MSStyleBorder": "readonly",
"MSColor": "readonly",
"MSImmutableColor": "readonly",
"MSDefaultStyle": "readonly",
"MSLayer": "readonly",
"MSDocumentData": "readonly",
"MSSymbolMaster": "readonly",
"MSSymbolInstance": "readonly",
"MSOverridePoint": "readonly",
"MSAssetLibrary": "readonly",
"MSDocument": "readonly",
"NSURL": "readonly",
"NSSaveToOperation": "readonly",
"NSData": "readonly",
"NSDataBase64DecodingIgnoreUnknownCharacters": "readonly",
"__command": "readonly",
"MSFlowConnection": "readonly",
"MSHotspotLayer": "readonly",
"NSPredicate": "readonly",
"MSRectangleShape": "readonly",
"MSSymbolMasterReference": "readonly",
"MSShareableObjectReference": "readonly",
"MSSharedStyleReference": "readonly",
"NSString": "readonly",
"MSForeignSymbolProvider": "readonly",
"MSForeignObjectCollector": "readonly",
"MSStyleShadow": "readonly",
"MSStyleInnerShadow": "readonly",
"MSGradientStop": "readonly",
"MSImmutableGradientStop": "readonly",
"MSGradient": "readonly",
"MSImmutableGradient": "readonly",
"CGPointMake": "readonly",
"MSSharedLayerReference": "readonly",
"MSSharedTextReference": "readonly",
"MSUserAssetLibrary": "readonly",
"MSRemoteAssetLibrary": "readonly",
"NSSaveAsOperation": "readonly",
"NSSaveOperation": "readonly",
"coscript": "readonly",
"__mocha__": "readonly",
"NSOpenPanel": "readonly",
"NSOKButton": "readonly",
"NSNull": "readonly",
"MSSharedLayerStyleProvider": "readonly",
"MSSharedTextStyleProvider": "readonly",
"MSForeignObjectProvider": "readonly",
"MSSharedStyle": "readonly",
"MSStyle": "readonly",
"MSDataOverride": "readonly",
"MSImmutableArtboardGroup": "readonly",
"MSImmutableLayerGroup": "readonly",
"MSImmutableHotspotLayer": "readonly",
"MSImmutableBitmapLayer": "readonly",
"MSImmutableLayer": "readonly",
"MSImmutablePage": "readonly",
"MSImmutableShapeGroup": "readonly",
"MSStyledLayer": "readonly",
"MSImmutableStyledLayer": "readonly",
"MSImmutableSymbolInstance": "readonly",
"MSImmutableSymbolMaster": "readonly",
"MSImmutableTextLayer": "readonly",
"MSImmutableDocumentData": "readonly",
"MSShapePathLayer": "readonly",
"MSOvalShape": "readonly",
"MSPolygonShape": "readonly",
"MSStarShape": "readonly",
"MSTriangleShape": "readonly",
"MSImmutableShapePathLayer": "readonly",
"MSImmutableOvalShape": "readonly",
"MSImmutablePolygonShape": "readonly",
"MSImmutableStarShape": "readonly",
"MSImmutableTriangleShape": "readonly",
"MSImmutableRectangleShape": "readonly",
"NSParagraphStyleAttributeName": "readonly",
"NSParagraphStyle": "readonly",
"MSTextStyle": "readonly",
"NSKernAttributeName": "readonly",
"NSFontAttributeName": "readonly",
"NSFontManager": "readonly",
"NSBoldFontMask": "readonly",
"NSItalicFontMask": "readonly",
"NSSmallCapsFontMask": "readonly",
"NSCompressedFontMask": "readonly",
"NSCondensedFontMask": "readonly",
"NSExpandedFontMask": "readonly",
"NSNarrowFontMask": "readonly",
"NSPosterFontMask": "readonly",
"MSDefaultTextStyle": "readonly",
"NSUnderlineStyleAttributeName": "readonly",
"NSStrikethroughStyleAttributeName": "readonly",
"MSSliceLayer": "readonly",
"MSImmutableSliceLayer": "readonly",
"MSExportFormat": "readonly",
"NSThread": "readonly",
"MSTheme": "readonly",
"MSCurvePoint": "readonly",
"MSPath": "readonly",
"SVGPathInterpreter": "readonly",
"NSBezierPath": "readonly",
"MSJSONDataArchiver": "readonly",
"MSJSONDictionaryUnarchiver": "readonly",
"MSArchiveHeader": "readonly",
"NSUTF8StringEncoding": "readonly",
"MSExportRequest": "readonly",
"MSExportManager": "readonly",
"NSFileManager": "readonly",
"NSDataWritingWithoutOverwriting": "readonly",
"MSColorAsset": "readonly",
"MSGradientAsset": "readonly",
"MSPersistentAssetCollection": "readonly",
"MSOverrideProperty": "readonly",
"NSMutableArray": "readonly",
"CGRectNull": "readonly",
"NSColorSpace": "readonly",
"NSColor": "readonly",
"MSExporter": "readonly",
"MSSVGImporter": "readonly",
"MSPDFImporter": "readonly",
"NSApp": "readonly",
"CGPathGetBoundingBox": "readonly",
"MSShapeEventHandler": "readonly",
"NSIndexPath": "readonly",
"NSScrollView": "readonly",
"NSViewWidthSizable": "readonly",
"NSViewHeightSizable": "readonly",
"NSTextView": "readonly",
"NSMakeSize": "readonly",
"NSPopUpButton": "readonly",
"NSMutableDictionary": "readonly",
"NSDictionary": "readonly",
"SmartLayout": "readonly",
"MSInferredGroupLayout": "readonly",
"MSFreeformGroupLayout": "readonly",
"MSSwatch": "readonly",
"MSSwatchReference": "readonly",
"MSSwatchProvider": "readonly",
"NSUUID": "readonly",
"NSError": "readonly",
"NSMapTable": "readonly",
"MSTextAlignmentConverter": "readonly",
}
}