Skip to content

Commit

Permalink
chore: exclude new subpath from lint reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 6, 2023
1 parent 857e9cb commit b8cdef6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc
Expand Up @@ -28,6 +28,10 @@
"error",
{
"pathGroups": [
{
"pattern": "@nuxt/test-utils/experimental",
"group": "external"
},
{
"pattern": "@nuxt/test-utils",
"group": "external"
Expand Down

0 comments on commit b8cdef6

Please sign in to comment.