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
Copy file name to clipboardExpand all lines: tests/src/rules/order.js
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2257,7 +2257,9 @@ context('TypeScript', function () {
2257
2257
],
2258
2258
errors: [
2259
2259
{
2260
-
message: process.env.ESLINT_VERSION==='2' ? '`bar` import should occur after import of `Bar`' : /(`bar`importshouldoccurafterimportof`Bar`)|(`Bar`importshouldoccurbeforeimportof`bar`)/,
@@ -2293,7 +2295,9 @@ context('TypeScript', function () {
2293
2295
],
2294
2296
errors: [
2295
2297
{
2296
-
message: process.env.ESLINT_VERSION==='2' ? '`bar` import should occur before import of `Bar`' : /(`bar`importshouldoccurbeforeimportof`Bar`)|(`Bar`importshouldoccurafterimportof`bar`)/,
0 commit comments