Azure / autorest.typescript

Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
177 stars 75 forks source link

Use ESLint flat config files in generated package #2754

Closed jeremymeng closed 1 month ago

jeremymeng commented 1 month ago

The legacy config files (.eslintrc.json) are deprecated in latest version of ESLint. This PR updates codegen to use flat config.