xo 0.55.1 → 0.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/plugins.cjs +2 -0
- package/lib/constants.js +2 -0
- package/package.json +1 -1
- package/readme.md +1 -1
package/config/plugins.cjs
CHANGED
package/lib/constants.js
CHANGED
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -315,7 +315,7 @@ Setting this to an object enables the resolver and passes the object as configur
|
|
|
315
315
|
|
|
316
316
|
## TypeScript
|
|
317
317
|
|
|
318
|
-
XO will automatically lint TypeScript files (`.ts`, `.d.ts` and `.tsx`) with the rules defined in [eslint-config-xo-typescript#use-with-xo](https://github.com/xojs/eslint-config-xo-typescript#use-with-xo).
|
|
318
|
+
XO will automatically lint TypeScript files (`.ts`, `.mts`, `.cts`, `.d.ts` and `.tsx`) with the rules defined in [eslint-config-xo-typescript#use-with-xo](https://github.com/xojs/eslint-config-xo-typescript#use-with-xo).
|
|
319
319
|
|
|
320
320
|
XO will handle the [@typescript-eslint/parser `project` option](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser#parseroptionsproject) automatically even if you don't have a `tsconfig.json` in your project.
|
|
321
321
|
|