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
// Some of the eslint-plugin-jest rules require jest to be installed and crashes ESLint if it's not present.
21
+
// Exclude these rules if jest is not installed.
22
+
// See https://github.com/salesforce/eslint-config-lwc/issues/161 and https://github.com/jest-community/eslint-plugin-jest/issues/1831 for more details.
0 commit comments