Skip to content

Commit

Permalink
Merge pull request #82 from tkcco21/revert-81-develop
Browse files Browse the repository at this point in the history
Revert "Develop"
  • Loading branch information
tkcco21 committed Mar 28, 2020
2 parents 3881fa3 + fcec8cb commit 1fd0b78
Show file tree
Hide file tree
Showing 48 changed files with 802 additions and 3,210 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{
"alias": {
"@Config": "./config",
"@Common": "./src/js/common",
"@Admin": "./src/js/admin",
"@Public": "./src/js/public"
}
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"alias": {
"map": [
["@Config", "./config"],
["@Common", "./src/js/common"],
["@Admin", "./src/js/admin"],
["@Public", "./src/js/public"]
],
Expand All @@ -36,7 +37,6 @@
"no-new": "off",
"no-console": "warn",
"no-control-regex": "off",
"import/prefer-default-export": "off",
"max-len": [
"error",
{
Expand Down
273 changes: 0 additions & 273 deletions mock/db.json

This file was deleted.

48 changes: 0 additions & 48 deletions mock/server.js

This file was deleted.

0 comments on commit 1fd0b78

Please sign in to comment.