Server/project/.eslintignore
2023-03-03 15:23:46 +00:00

15 lines
161 B
Plaintext

# Exclude these folders from linting
node_modules
out/
obj/
build/
types/
user/mods/
# Exclude these filetypes from linting
*.json
*.png
*.ico
*.jpg
*.txt
*.exe