Package Exports
- eslint-ts-patch
- eslint-ts-patch/package.json
- eslint-ts-patch/register
- eslint-ts-patch/use-at-your-own-risk
Readme
eslint-ts-patch
Support loading eslint.config.mjs and eslint.config.ts as flat config files for ESLint.
Configure files will be searched in the following order, the first one found will be used:
eslint.config.jseslint.config.cjseslint.config.mjseslint.config.tseslint.config.ctseslint.config.mts
For .js, .cjs, and .mjs files, they will be loaded by Node's native import().
For .ts, .cts, and .mts files, they will be loaded using jiti.
Install
Sponsors
License
MIT License © 2023-PRESENT Anthony Fu