🔧 This rule is automatically fixable by the --fix
CLI option.
[ { form: 'lodash', to: 'lodash-es' } ]
Examples of incorrect code for this rule:
import _ from 'lodash';
Examples of correct code for this rule:
import _ from 'lodash-es';
🔧 This rule is automatically fixable by the --fix
CLI option.
[ { form: 'lodash', to: 'lodash-es' } ]
Examples of incorrect code for this rule:
import _ from 'lodash';
Examples of correct code for this rule:
import _ from 'lodash-es';