Skip to content

Commit 7827f0a

Browse files
committed
Update eslint config
1 parent c5625dd commit 7827f0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .eslintrc.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ rules:
5454
# - For now, keep using things like isNaN() as Number.isNan() is incompatible.
5555
# Ignore the eslint advice to replace them. As a result everything crashes...
5656
no-restricted-globals: 0
57+
# Ignore identiation for now
58+
indent: 0
59+
no-unreachable: 0
5760
# THINGS THAT MUST BE HANDLED LATER...
5861
# - This is a thing from the segmented-arc, the only file with errors/warnings!
5962
# - Status as of 2023.05.06 13:00

0 commit comments

Comments
 (0)