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
BREAKING CHANGE: Reported rules now may include plugin name,
e.g. `no-unstable-components` -> `react/no-unstable-components`
These are used in reported results and in some callbacks of eslint-remote-tester.config.js.
- parse `ruleId` from stack traces provided by ESLint v8
Message: Cannot read property 'someAttribute' of undefined
23
23
Occurred while linting <removed>/node_modules/.cache-eslint-remote-tester/AriPerkkio/eslint-remote-tester-integration-test-target/expected-to-crash-linter.js
24
24
Rule: \\"local-rules/some-unstable-rule\\"
@@ -109,7 +109,7 @@ test('results are written to file system on CLI mode', async () => {
109
109
constresults=getResults();
110
110
111
111
expect(results).toMatchInlineSnapshot(`
112
-
"## Rule: unable-to-parse-rule-id
112
+
"## Rule: local-rules/some-unstable-rule
113
113
114
114
- Message: \`Cannot read property 'someAttribute' of undefined Occurred while linting <removed>/node_modules/.cache-eslint-remote-tester/AriPerkkio/eslint-remote-tester-integration-test-target/expected-to-crash-linter.js Rule: \\"local-rules/some-unstable-rule\\"\`
0 commit comments