You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn on airbnb-base for maintaining via a script that switches this.
In a later change, we should turn on several rules that guard against potential bugs, such as no-shadow, no-undefined, no-var; additionally we can add stylistic consistency without forcing style choises such as consistent spacing (but not required).
We should stay with eslint:recommended for exercises (end users) and use airbnb only for this repo. @SleeplessByte
Wait for #680 to be merged so that we can exclude airbnb from package.json checksum CI task.
The text was updated successfully, but these errors were encountered:
From #645
Turn on airbnb-base for maintaining via a script that switches this.
In a later change, we should turn on several rules that guard against potential bugs, such as
no-shadow
,no-undefined
,no-var
; additionally we can add stylistic consistency without forcing style choises such as consistent spacing (but not required).We should stay with
eslint:recommended
for exercises (end users) and use airbnb only for this repo. @SleeplessByteWait for #680 to be merged so that we can exclude
airbnb
frompackage.json
checksum CI task.The text was updated successfully, but these errors were encountered: