Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Khabibova committed Oct 28, 2023
1 parent 291cf8d commit 7d14250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file added backend/.editorconfig
Empty file.
6 changes: 6 additions & 0 deletions backend/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "airbnb-base",
"rules": {
"no-underscore-dangle": ["error", { "allow": ["_id"] }]
}
}

0 comments on commit 7d14250

Please sign in to comment.