mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
ESlint quote-props
This commit is contained in:
@@ -165,29 +165,29 @@
|
||||
},
|
||||
|
||||
extensionMimeTypeMap: {
|
||||
"bmp": "image/bmp",
|
||||
"cmx": "image/x-cmx",
|
||||
"cod": "image/cis-cod",
|
||||
"gif": "image/gif",
|
||||
"ico": "image/x-icon",
|
||||
"ief": "image/ief",
|
||||
"jfif": "image/pipeg",
|
||||
"jpe": "image/jpeg",
|
||||
"jpeg": "image/jpeg",
|
||||
"jpg": "image/jpeg",
|
||||
"png": "image/png",
|
||||
"pbm": "image/x-portable-bitmap",
|
||||
"pgm": "image/x-portable-graymap",
|
||||
"pnm": "image/x-portable-anymap",
|
||||
"ppm": "image/x-portable-pixmap",
|
||||
"ras": "image/x-cmu-raster",
|
||||
"rgb": "image/x-rgb",
|
||||
"svg": "image/svg+xml",
|
||||
"tif": "image/tiff",
|
||||
"tiff": "image/tiff",
|
||||
"xbm": "image/x-xbitmap",
|
||||
"xpm": "image/x-xpixmap",
|
||||
"xwd": "image/x-xwindowdump",
|
||||
bmp: "image/bmp",
|
||||
cmx: "image/x-cmx",
|
||||
cod: "image/cis-cod",
|
||||
gif: "image/gif",
|
||||
ico: "image/x-icon",
|
||||
ief: "image/ief",
|
||||
jfif: "image/pipeg",
|
||||
jpe: "image/jpeg",
|
||||
jpeg: "image/jpeg",
|
||||
jpg: "image/jpeg",
|
||||
png: "image/png",
|
||||
pbm: "image/x-portable-bitmap",
|
||||
pgm: "image/x-portable-graymap",
|
||||
pnm: "image/x-portable-anymap",
|
||||
ppm: "image/x-portable-pixmap",
|
||||
ras: "image/x-cmu-raster",
|
||||
rgb: "image/x-rgb",
|
||||
svg: "image/svg+xml",
|
||||
tif: "image/tiff",
|
||||
tiff: "image/tiff",
|
||||
xbm: "image/x-xbitmap",
|
||||
xpm: "image/x-xpixmap",
|
||||
xwd: "image/x-xwindowdump",
|
||||
},
|
||||
|
||||
fileMimeType: function (path) {
|
||||
|
||||
Reference in New Issue
Block a user