Skip to content

Commit

Permalink
docs: add injectAtEnd in config section (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
menghany and antfu committed Mar 24, 2023
1 parent 6a98aeb commit 9bcd2e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ AutoImport({
/* ... */
],

// Inject the imports at the end of other imports
injectAtEnd: true,

// Generate corresponding .eslintrc-auto-import.json file.
// eslint globals Docs - https://eslint.org/docs/user-guide/configuring/language-options#specifying-globals
eslintrc: {
Expand Down

0 comments on commit 9bcd2e7

Please sign in to comment.