eslint / create-config

Utility to create ESLint config files
MIT License
76 stars 19 forks source link

feat: add types for the configuration's default export #147

Closed amirfarzamnia closed 1 month ago

amirfarzamnia commented 1 month ago

This PR adds types for the configuration's default export, simplifying development.

linux-foundation-easycla[bot] commented 1 month ago

CLA Signed

The committers listed above are authorized under a signed CLA.

eslint-github-bot[bot] commented 1 month ago

Hi @amirfarzamnia!, thanks for the Pull Request

The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.

To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page.

Read more about contributing to ESLint here

aladdin-add commented 1 month ago

@amirfarzamnia can you please sign our cla?

amirfarzamnia commented 1 month ago

@amirfarzamnia can you please sign our cla?

Yeap, I did.

amirfarzamnia commented 1 month ago

the testing is failing now - you can run npm run test:snapshots:update to update the snapshots.

Done