diff options
author | Christian Fehmer <[email protected]> | 2024-07-29 11:31:14 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-29 11:31:14 +0200 |
commit | 7f9f704dcd110245a20d48d3e6339f0f2f05b239 (patch) | |
tree | b42865799294709cedecf7c19c175ebf5909ff7c /.eslintignore | |
parent | d96832c9273ad8e4a7993e8c75721caa8bf6e0d5 (diff) | |
download | monkeytype-7f9f704dcd110245a20d48d3e6339f0f2f05b239.tar.gz monkeytype-7f9f704dcd110245a20d48d3e6339f0f2f05b239.zip |
impr: use tsrest/zod for config endpoints (@fehmer) (#5649)
!nuf
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore index 9ca212079..1003a5fae 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ backend/dist backend/__migration__ -docker
\ No newline at end of file +docker +backend/scripts |