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

ESLintの設定を @antfu/eslint-config を使った形に変更 #353

Commits on Oct 9, 2024

  1. 🚧 #347

    keitakn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    23f3c27 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    28855ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e922f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d3b2cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c98cc2b View commit details
    Browse the repository at this point in the history
  5. 👕 #347 以下のESLintエラーの対応

    src/utils/gtm.ts
      36:13  error  Use a `type` instead of an `interface`                                             ts/consistent-type-definitions
      42:3   error  Definition for rule '@typescript-eslint/strict-boolean-expressions' was not found  @typescript-eslint/strict-boolean-expressions
      51:3   error  Definition for rule '@typescript-eslint/strict-boolean-expressions' was not found  @typescript-eslint/strict-boolean-expressions
      60:3   error  Definition for rule '@typescript-eslint/strict-boolean-expressions' was not found  @typescript-eslint/strict-boolean-expressions
      69:3   error  Definition for rule '@typescript-eslint/strict-boolean-expressions' was not found  @typescript-eslint/strict-boolean-expressions
      78:3   error  Definition for rule '@typescript-eslint/strict-boolean-expressions' was not found  @typescript-eslint/strict-boolean-expressions
      87:3   error  Definition for rule '@typescript-eslint/strict-boolean-expressions' was not found  @typescript-eslint/strict-boolean-expressions
      96:3   error  Definition for rule '@typescript-eslint/strict-boolean-expressions' was not found  @typescript-eslint/strict-boolean-expressions
    keitakn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d862f97 View commit details
    Browse the repository at this point in the history
  6. 👕 #347 以下のESLintエラーの対応

    src/utils/assertNever.ts
      1:1   error  Definition for rule '@typescript-eslint/no-unused-vars' was not found    @typescript-eslint/no-unused-vars
      2:29  error  'value' is defined but never used. Allowed unused args must match /^_/u  unused-imports/no-unused-vars
    keitakn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1f69d99 View commit details
    Browse the repository at this point in the history
  7. 👕 #347 以下のESLintの警告に対応

    /lgtm-cat-frontend/src/app/_components/Header.test.tsx
      31:51  warning  Use shorthand boolean attribute 'isLoggedIn'  react/prefer-shorthand-boolean
      42:51  warning  Use shorthand boolean attribute 'isLoggedIn'  react/prefer-shorthand-boolean
    
    /lgtm-cat-frontend/src/app/_components/HeaderLogo.tsx
      21:41  warning  Use shorthand boolean attribute 'aria-hidden'  react/prefer-shorthand-boolean
    
    /lgtm-cat-frontend/src/app/_components/LoginButton.tsx
      14:7  warning  Use shorthand boolean attribute 'showGithubIcon'  react/prefer-shorthand-boolean
    keitakn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2128289 View commit details
    Browse the repository at this point in the history