Skip to content

Commit 4832702

Browse files
authored
Fix plugin link in readme (#846)
1 parent 5477c4a commit 4832702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It uses [ESLint](https://eslint.org) underneath, so issues regarding built-in ru
2727
- No need to specify file paths to lint as it lints all JS/TS files except for [commonly ignored paths](#ignores).
2828
- [Flat config customization.](#config)
2929
- [TypeScript supported by default.](#typescript)
30-
- Includes many useful ESLint plugins, like [`unicorn`](https://github.com/sindresorhus/eslint-plugin-unicorn), [`import`](https://github.com/benmosher/eslint-plugin-import), [`ava`](https://github.com/avajs/eslint-plugin-ava), [`n`](https://github.com/eslint-community/eslint-plugin-n) and more.
30+
- Includes many useful ESLint plugins, like [`unicorn`](https://github.com/sindresorhus/eslint-plugin-unicorn), [`import-x`](https://github.com/un-ts/eslint-plugin-import-x), [`ava`](https://github.com/avajs/eslint-plugin-ava), [`n`](https://github.com/eslint-community/eslint-plugin-n) and more.
3131
- Caches results between runs for much better performance.
3232
- Super simple to add XO to a project with [`$ npm init xo`](https://github.com/xojs/create-xo).
3333
- Fix many issues automagically with `$ xo --fix`.

0 commit comments

Comments
 (0)