Skip to content

Commit

Permalink
chore: import no cycle 옵션이 반영되지 않던 오류를 import/extensions 옵션을 추가하여 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Jun 23, 2024
1 parent ba94e24 commit c2278de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/eslint-config/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
node: true,
},
settings: {
'import/extensions': ['.js', '.jsx', '.ts', '.tsx'],
'import/resolver': {
typescript: {
project,
Expand Down
1 change: 1 addition & 0 deletions packages/core/eslint-config/next.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
browser: true,
},
settings: {
'import/extensions': ['.js', '.jsx', '.ts', '.tsx'],
'import/resolver': {
typescript: {
project,
Expand Down
1 change: 1 addition & 0 deletions packages/core/eslint-config/react-internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
browser: true,
},
settings: {
'import/extensions': ['.js', '.jsx', '.ts', '.tsx'],
'import/resolver': {
typescript: {
project,
Expand Down

0 comments on commit c2278de

Please sign in to comment.