diff options
author | Aryan Goharzad <arrygoo@gmail.com> | 2023-01-24 12:03:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 11:03:18 -0600 |
commit | 3a90114f3afc66cfef70c71c2ee343c29e1f3e8d (patch) | |
tree | 6a7dea171afc9d4306e93c6adce22d47f802526f /.prettierignore | |
parent | 9027882fb401df2a9df6a89facb2bdb94b8b731b (diff) | |
download | voidsky-3a90114f3afc66cfef70c71c2ee343c29e1f3e8d.tar.zst |
more prettier and lint cleanup (#82)
* more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..2ec214a3b --- /dev/null +++ b/.prettierignore @@ -0,0 +1,5 @@ +ios +android +src/third-party +src/app.json +public \ No newline at end of file |