1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Disable no-else-return and no-elif-return linter checks

It's probably best to keep the practice in mind instead of enforcing it
This commit is contained in:
Emmanouil Papadeas 2022-04-22 20:41:43 +03:00
parent 7215f3e0a7
commit 8eb8c5aade

3
.gdlintrc Normal file
View file

@ -0,0 +1,3 @@
disable:
- no-elif-return
- no-else-return