Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ TODO: Run eslint-doc-generator to generate the configs list (or delete this sect

| Name | Description | 🔧 |
| :--------------------------------------------------------------- | :-------------------------------------------------- | :- |
| [no-axios-import](docs/rules/no-axios-import.md) | Disallow direct import of axio | 🔧 |
| [no-axios-import](docs/rules/no-axios-import.md) | Disallow direct import of axios | 🔧 |
| [no-react-i18next-import](docs/rules/no-react-i18next-import.md) | Enforce using next-i18next instead of react-i18next | 🔧 |

<!-- end auto-generated rules list -->
2 changes: 1 addition & 1 deletion tests/lib/rules/no-axios-import.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @fileoverview Disallow direct import of axio
* @fileoverview Disallow direct import of axios
* @author Najmus Sakib
*/
"use strict";
Expand Down