1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-19 13:19:37 +02:00

feat(config): added tsx to allowed extension

This commit is contained in:
Corentin Thomasset 2022-08-24 00:10:31 +02:00
parent 7de6c86f9e
commit ea5e7a7fc7
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

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