Skip to content

Commit

Permalink
add category crud, untested
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzyfhuba committed Jun 10, 2022
1 parent 9b3c615 commit 0770031
Show file tree
Hide file tree
Showing 20 changed files with 5,790 additions and 404 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"rules": {
"linebreak-style": "off",
"no-console": "off",
"no-unused-vars": "off"
"no-unused-vars": "off",
"camelcase": "off",
// no extraneous module
"import/no-extraneous-dependencies": "off",
"func-names": "off"
}
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"eslint.workingDirectories": [
"./src"
]
}
Loading

0 comments on commit 0770031

Please sign in to comment.