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
The idea to use // #code as a "placeholder" to make eslint works is very appreciated but substituting // #code with spaces lead eslint to complain about the fact that expected indentation was 0 but found 9.
I think we just should replace with "" to maintain the real intended indentation
The idea to use
// #code
as a "placeholder" to make eslint works is very appreciated but substituting// #code
with spaces lead eslint to complain about the fact that expected indentation was 0 but found 9.I think we just should replace with "" to maintain the real intended indentation
ifdef-loader/preprocessor.ts
Line 272 in b783f8b
The text was updated successfully, but these errors were encountered: