This is intended to be included in eslint-config-arenanet
, with all custom rules defaulted to off.
Mithril views must return something in order to be rendered.
Playwright can use sync or async expect
. This rule enforces using the async method to avoid confusing behavior. https://playwright.dev/docs/test-assertions
Guarantees backend response includes request object.
Warn user that "use strict";
has not been expressed at the top of document.