Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: eslint migration #2265

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

chore: eslint migration #2265

wants to merge 5 commits into from

Conversation

eunnbi
Copy link
Contributor

@eunnbi eunnbi commented Dec 22, 2024

Description

  • ESLint flat config migration
  • Github CI Action 실패하는 문제 수정

Additional context


Before submitting the PR, please make sure you do the following

@eunnbi eunnbi self-assigned this Dec 22, 2024
@coolify-skkuding
Copy link

coolify-skkuding bot commented Dec 22, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-12-22 06:23:33 CET

"lint": "eslint . --ext .js,.ts,.tsx,.jsx",
"lint": "eslint .",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +112 to +122
{
files: ['apps/backend/**/*.spec.ts'],
languageOptions: {
globals: {
...globals.mocha
}
},
rules: {
'@typescript-eslint/no-unused-expressions': 'off'
}
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines -132 to +133
- name: Install dev dependencies
run: pnpm install --dev
- name: Install dependencies
run: pnpm install
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AS-IS: Dev 의존성만 설치 -> eslint-config-next/parser.js에서 next/dist/compiled/babel/eslint-parser 의존성을 찾지 못함

TO-BE: 모든 의존성 설치

(더 나은 해결 방법 있으면 알려주세요..)

@eunnbi eunnbi force-pushed the t490-eslint-migration branch from cd11a0c to 0aaeece Compare December 22, 2024 06:18
@eunnbi eunnbi force-pushed the t490-eslint-migration branch from 0aaeece to 53bf8df Compare December 22, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant