We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe32950 commit c245636Copy full SHA for c245636
.eslintrc_esm.cjs
@@ -1,4 +1,6 @@
1
-const baseEslintrc = require('./.eslintrc')
+// CommonJS allows omitting `.js` but not `.cjs`
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