aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-10 19:21:02 -0500
committerGitHub <noreply@github.com>2023-12-11 00:21:02 +0000
commita6c57cc4d7ffeff16320e1d27280ac752fb80e21 (patch)
tree7cbf693f2d1c6c2a29bce457876202b933b70daa /.eslintrc.json
parent7cea3d9ca0e42840330f0e4bf41c8487328304a8 (diff)
Require typescript files to have the correct header (#351)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index d0320792..9f1c3255 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -546,7 +546,8 @@
},
{
"files": [
- "*.js"
+ "*.js",
+ "*.ts"
],
"rules": {
"header/header": [