Add .jpg to exception import

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-07-30 22:12:28 +02:00
parent 7da21460f9
commit b8e8ed7178
+1 -1
View File
@@ -64,7 +64,7 @@
"import/extensions": [
"error",
"never",
{"png": "always"}
{"png": "always", "jpg": "always"}
]
}
}