Skip to content

Commit

Permalink
prune
Browse files Browse the repository at this point in the history
  • Loading branch information
mark86092 committed Sep 12, 2023
1 parent 449615f commit 8ba7128
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ module.exports = {
contexts: path.resolve('./src/contexts'),
graphql: path.resolve('./src/graphql'),
hooks: path.resolve('./src/hooks'),
<<<<<<< HEAD
contexts: path.resolve('./src/contexts'),
constants: path.resolve('./src/constants'),
apis: path.resolve('./src/apis'),
actions: path.resolve('./src/actions'),
=======
>>>>>>> upstream/dev
selectors: path.resolve('./src/selectors'),
utils: path.resolve('./src/utils'),
},
Expand Down
8 changes: 0 additions & 8 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,8 @@
"contexts/*": ["src/contexts/*"],
"graphql/*": ["src/graphql/*"],
"hooks/*": ["src/hooks/*"],
<<<<<<< HEAD
"contexts/*": ["src/contexts/*"],
"constants/*": ["src/constants/*"],
"apis/*": ["src/apis/*"],
"actions/*": ["src/actions/*"],
"selectors/*": ["src/selectors/*"]
=======
"selectors/*": ["src/selectors/*"],
"utils/*": ["src/utils/*"]
>>>>>>> upstream/dev
}
},
"exclude": ["node_modules", "dist"]
Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,8 @@
"^contexts(.*)": "<rootDir>/src/contexts$1",
"^graphql(.*)": "<rootDir>/src/graphql$1",
"^hooks(.*)": "<rootDir>/src/hooks$1",
<<<<<<< HEAD
"^contexts(.*)": "<rootDir>/src/contexts$1",
"^constants(.*)": "<rootDir>/src/constants$1",
"^apis(.*)": "<rootDir>/src/apis$1",
"^actions(.*)": "<rootDir>/src/actions$1",
"^selectors(.*)": "<rootDir>/src/selectors$1"
=======
"^selectors(.*)": "<rootDir>/src/selectors$1",
"^utils(.*)": "<rootDir>/src/utils$1"
>>>>>>> upstream/dev
}
},
"devDependencies": {
Expand Down
7 changes: 0 additions & 7 deletions src/razzle-plugins/alias.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ module.exports = config => {
contexts: path.resolve('./src/contexts'),
graphql: path.resolve('./src/graphql'),
hooks: path.resolve('./src/hooks'),
<<<<<<< HEAD
contexts: path.resolve('./src/contexts'),
constants: path.resolve('./src/constants'),
apis: path.resolve('./src/apis'),
actions: path.resolve('./src/actions'),
=======
>>>>>>> upstream/dev
selectors: path.resolve('./src/selectors'),
utils: path.resolve('./src/utils'),
};
Expand Down

0 comments on commit 8ba7128

Please sign in to comment.