Skip to content

Commit

Permalink
Update github labeler with eslint-plugin-next (#28751)
Browse files Browse the repository at this point in the history
The `eslint-plugin-next` package should be considered a "core" package since it powers the `next lint` command
  • Loading branch information
styfle authored Sep 3, 2021
1 parent 1eb3bd9 commit fcdf732
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/labeler.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"packages/next/**",
"packages/react-dev-overlay/**",
"packages/react-refresh-utils/**",
"packages/next-codemod/**"
"packages/next-codemod/**",
"packages/eslint-plugin-next/**",
"packages/eslint-config-next/**",
"packages/next-env/**"
],
"created-by: Chrome Aurora": [
{ "type": "user", "pattern": "spanicker" },
Expand Down

0 comments on commit fcdf732

Please sign in to comment.