Skip to content

Commit 5a3589b

Browse files
committed
chore: fix eslint and pg volume configs
1 parent 915de14 commit 5a3589b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- POSTGRES_USER=root
99
- POSTGRES_PASSWORD=root
1010
volumes:
11-
- postgres-volume:/var/lib/postgresql/data
11+
- postgres-volume:/var/lib/postgresql
1212

1313
volumes:
1414
postgres-volume:

packages/db/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import baseConfig from '@acme/eslint-config/base'
33
/** @type {import('typescript-eslint').Config} */
44
export default [
55
{
6-
ignores: ['dist/**', 'generated'],
6+
ignores: ['dist/**', 'src/generated/**'],
77
},
88
...baseConfig,
99
]

0 commit comments

Comments
 (0)