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 JavaScript linting as run by runTests.sh -s lintJs is very lax. Only syntax errors seem to be considered. Code style violations such as two statements per line, missing semicolon, etc. are ignored.
Suggested steps:
Define desired rules
Configure ruleset for eslint
Verify with violations
The text was updated successfully, but these errors were encountered:
The JavaScript linting as run by
runTests.sh -s lintJs
is very lax. Only syntax errors seem to be considered. Code style violations such as two statements per line, missing semicolon, etc. are ignored.Suggested steps:
The text was updated successfully, but these errors were encountered: