diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-10 19:21:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 00:21:02 +0000 |
commit | a6c57cc4d7ffeff16320e1d27280ac752fb80e21 (patch) | |
tree | 7cbf693f2d1c6c2a29bce457876202b933b70daa /.eslintrc.json | |
parent | 7cea3d9ca0e42840330f0e4bf41c8487328304a8 (diff) |
Require typescript files to have the correct header (#351)
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
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": [ |