Skip to content

Commit

Permalink
added firekart backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishrawat2911 committed Nov 4, 2024
1 parent e0f4a9b commit 7ca3fe0
Show file tree
Hide file tree
Showing 50 changed files with 7,671 additions and 0 deletions.
11 changes: 11 additions & 0 deletions backend/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {}
}
Loading

0 comments on commit 7ca3fe0

Please sign in to comment.