iCrawl / eslint-config-neon

The ultimate ESLint shareable config
Apache License 2.0
57 stars 6 forks source link

Cannot read properties of undefined (reading 'configs') #14

Closed Chuazz closed 3 hours ago

Chuazz commented 3 hours ago

i have a mono repo project, i have config like readme but has error below

image

my package,json image

Chuazz commented 3 hours ago

i just figure out that change to esmodule by use import and export default

image