We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64423e9 commit fd85369Copy full SHA for fd85369
tests/src/rules/export.js
@@ -246,7 +246,7 @@ context('TypeScript', function () {
246
`,
247
}, parserConfig)),
248
249
- test({
+ ...(semver.satisfies(process.version, '< 8') && semver.satisfies(eslintPkg.version, '< 6') ? [] : test({
250
...parserConfig,
251
code: `
252
export * from './module';
@@ -256,7 +256,7 @@ context('TypeScript', function () {
256
...parserConfig.settings,
257
'import/extensions': ['.js', '.ts', '.jsx'],
258
},
259
- }),
+ })),
260
],
261
invalid: [
262
// type/value name clash
0 commit comments