Skip to content

Commit 2fd7eeb

Browse files
committed
Fix Docker
eslint file names were changes with the migration to the flat config but this was not updated in docker-ignore to include that file resolves #1140
1 parent cfc2f11 commit 2fd7eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Include specific files
1515
!/yarn.lock
16-
!/.eslintrc.json
16+
!/eslint.config.js
1717
!/.gitignore
1818
!/babel.config.json
1919
!/Dockerfile

0 commit comments

Comments
 (0)