Skip to content

Commit

Permalink
fix(eslint): ignore postgres-data folder (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
livthomas authored Sep 1, 2022
1 parent 3633446 commit 5f524a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"eslintIgnore": [
"/node_modules",
"/build",
"/public/build"
"/public/build",
"/postgres-data"
],
"dependencies": {
"@prisma/client": "^4.2.1",
Expand Down

0 comments on commit 5f524a3

Please sign in to comment.