Skip to content

Commit

Permalink
fix(docker): Frontend env file
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 1, 2023
1 parent a8d6842 commit 67fd804
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/web/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules/
.next/
.env
2 changes: 1 addition & 1 deletion frontend/web/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extends:

rules:
no-plusplus: [ "error", { "allowForLoopAfterthoughts": true } ]
no-console: [ "error", { allow: [ "error" ] } ]
no-console: [ "warn", { allow: [ "error" ] } ]
"import/extensions": [ "error", "ignorePackages", { "": "never", } ]

react/jsx-filename-extension: off

0 comments on commit 67fd804

Please sign in to comment.