Skip to content

Commit

Permalink
feat: Remove webpack resolver (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Apr 9, 2024
1 parent a67144d commit f49389c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion biome.json
Expand Up @@ -20,7 +20,7 @@
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 90,
"ignore": []
"ignore": ["*/package.json", "lerna.json"]
},
"javascript": {
"formatter": {
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-config-sentry-app/index.js
Expand Up @@ -38,7 +38,6 @@ module.exports = {
},
'import/resolver': {
typescript: {},
webpack: {},
},
'import/extensions': ['.js', '.jsx'],
},
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-config-sentry-app/package.json
Expand Up @@ -29,7 +29,6 @@
"eslint-config-sentry": "^2.6.0",
"eslint-config-sentry-react": "^2.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-no-lookahead-lookbehind-regexp": "0.1.0",
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-config-sentry-docs/index.js
Expand Up @@ -36,7 +36,6 @@ module.exports = {
},
'import/resolver': {
typescript: {},
webpack: {},
},
'import/extensions': ['.js', '.jsx'],
},
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-config-sentry-docs/package.json
Expand Up @@ -29,7 +29,6 @@
"eslint-config-sentry": "^2.6.0",
"eslint-config-sentry-react": "^2.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-no-lookahead-lookbehind-regexp": "0.3.0",
Expand Down

0 comments on commit f49389c

Please sign in to comment.