Skip to content

Commit

Permalink
Added ESLint config to the DEV container
Browse files Browse the repository at this point in the history
  • Loading branch information
hanak committed Mar 12, 2024
1 parent e6ee673 commit 2ce08ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
File renamed without changes.
7 changes: 1 addition & 6 deletions ReactApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,5 @@
"vite-plugin-eslint": "1.8.1",
"vitest": "1.3.1"
},
"homepage": ".",
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
"homepage": "."
}
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
- ./ReactApp/src:/ReactApp/src
- ./ReactApp/index.html:/ReactApp/index.html
- ./ReactApp/vite.config.js:/ReactApp/vite.config.js
- ./ReactApp/.eslintrc.json:/ReactApp/.eslintrc.json
- ./ReactApp/public:/ReactApp/public
restart: always
ports:
Expand Down

0 comments on commit 2ce08ed

Please sign in to comment.