Skip to content

Commit

Permalink
32129139: Fix list of files not exporting anything
Browse files Browse the repository at this point in the history
This is done separately from the previous commit to make sure Git sees
a file rename in the previous commit.
  • Loading branch information
DamienCassou committed Apr 5, 2024
1 parent f0862fb commit dd3e262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
// List of files exporting stuff which are not imported:
"src/widgetjs.js",
// List of files not exporting anything:
"**/.eslintrc.js",
"**/.eslintrc.cjs",
"src/router/optionalParameterSegment.js",
"src/router/staticSegment.js",
],
Expand Down

0 comments on commit dd3e262

Please sign in to comment.