Skip to content

Commit

Permalink
Merge pull request #5 from Exabyte-io/feature/SOF-6077
Browse files Browse the repository at this point in the history
feat: import-resolver-exports
  • Loading branch information
tjduigna authored Jul 27, 2022
2 parents b53e145 + 6643d67 commit 2eca52e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"import/resolver": {
"node": {
"paths": ["src"]
}
},
"exports": {}
}
},
"parser": "@babel/eslint-parser",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.2",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-react": "7.30.0",
"eslint-import-resolver-exports": "^1.0.0-beta.2",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsdoc": "37.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
Expand Down

0 comments on commit 2eca52e

Please sign in to comment.