feat(config): added tsx to allowed extension

This commit is contained in:
Corentin Thomasset
2022-08-24 00:10:31 +02:00
parent a89c9bea42
commit 741a3c25a9

View File

@@ -29,6 +29,7 @@ module.exports = {
{
js: 'never',
ts: 'never',
tsx: 'never',
},
],
},