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.
detect
1 parent 830e413 commit b6c3153Copy full SHA for b6c3153
src/createEslintConfig.ts
@@ -25,7 +25,7 @@ export function createEslintConfig({
25
settings: {
26
react: {
27
// Fix for https://github.com/jaredpalmer/tsdx/issues/279
28
- version: !isReactLibrary ? '999.999.999' : undefined,
+ version: isReactLibrary ? 'detect' : '999.999.999',
29
},
30
31
};
0 commit comments