diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-05 20:11:45 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-05 20:11:45 -0400 |
commit | 2ec1de170091178263e53ecfce744c7a0710a409 (patch) | |
tree | 5726131f55c4a1dcf7f7f026434e4108b9951ced /.eslintignore | |
parent | 18ba8b2743c3cad7e89b70d0e1dcacacc007f6d6 (diff) | |
download | tanzanite-2ec1de170091178263e53ecfce744c7a0710a409.tar.gz tanzanite-2ec1de170091178263e53ecfce744c7a0710a409.tar.bz2 tanzanite-2ec1de170091178263e53ecfce744c7a0710a409.zip |
wip tooltip rendering
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..c531fde --- /dev/null +++ b/.eslintignore @@ -0,0 +1,5 @@ +dist +.yarn +node_modules +*.nnb +tooltips*
\ No newline at end of file |