Add xo rule to allow import png

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-07-22 21:19:03 +02:00
parent b5ed97fc0d
commit 484912dc03
+5
View File
@@ -60,6 +60,11 @@
"NextAuth"
]
}
],
"import/extensions": [
"error",
"never",
{"png": "always"}
]
}
}