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.
filename-case
1 parent a943b3a commit 3df1606Copy full SHA for 3df1606
rules/no-unnecessary-polyfills.js
@@ -2,7 +2,7 @@
2
const path = require('node:path');
3
const readPkgUp = require('read-pkg-up');
4
const coreJsCompat = require('core-js-compat');
5
-const {camelCase} = require('lodash');
+const {camelCase} = require('./utils/lodash.js');
6
const isStaticRequire = require('./ast/is-static-require.js');
7
8
const {data: compatData, entries: coreJsEntries} = coreJsCompat;
0 commit comments