ClearVision/ServerMod/.eslintignore

11 lines
130 B
Plaintext
Raw Normal View History

2022-07-09 16:03:26 -04:00
# Exclude these folders from linting
2024-08-17 00:39:53 -04:00
**/node_modules
/tmp
/dist
/types
2022-07-09 16:03:26 -04:00
# Exclude these filetypes from linting
*.json
*.txt
2024-08-17 00:39:53 -04:00
*.exe