eslint-types / eslint-define-config

Provide a defineConfig function for .eslintrc.js files
MIT License
361 stars 26 forks source link

perf: decrease package size #281

Open Lehoczky opened 7 months ago

Lehoczky commented 7 months ago

Closes #262

I've checked locally, the package still works without the source folder and the tsconfig file.

Package size before: image

After: image

Shinigami92 commented 7 months ago

We can only do that, if we turn on sourcemaps 🤔 The src files are there to make debugging easier

Lehoczky commented 7 months ago

Looking into that 👍 🧐