aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-08-24 00:10:31 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-08-24 00:18:01 +0200
commitea5e7a7fc7df1a3a912193912a6ab80a8a36a256 (patch)
tree482d279bc505423d690b4f960a0a4ac78bde64d0
parent7de6c86f9ead8d7315614cc508dfee4fed90e9c2 (diff)
downloadit-tools-ea5e7a7fc7df1a3a912193912a6ab80a8a36a256.tar.gz
it-tools-ea5e7a7fc7df1a3a912193912a6ab80a8a36a256.tar.zst
it-tools-ea5e7a7fc7df1a3a912193912a6ab80a8a36a256.zip
feat(config): added tsx to allowed extension
-rw-r--r--.eslintrc.cjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index 81010bc..c9e8955 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -29,6 +29,7 @@ module.exports = {
{
js: 'never',
ts: 'never',
+ tsx: 'never',
},
],
},