Server/project/.eslintignore

15 lines
161 B
Plaintext
Raw Normal View History

2023-03-03 16:23:46 +01:00
# Exclude these folders from linting
node_modules
out/
obj/
build/
types/
user/mods/
# Exclude these filetypes from linting
*.json
*.png
*.ico
*.jpg
*.txt
*.exe