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 fe32950 commit 3800357Copy full SHA for 3800357
.eslintrc_esm.cjs
@@ -1,4 +1,6 @@
1
-const baseEslintrc = require('./.eslintrc')
+// Importing this file seems fails when `.cjs` is omitted
2
+// eslint-disable-next-line import/extensions
3
+const baseEslintrc = require('./.eslintrc.cjs')
4
5
// ESLint configuration for packages using pure ES modules.
6
// This should be merged to the main `.eslintrc.js` once all our repositories
0 commit comments