hasadna/open-bus-map-search

Fix lint issues

オープン

#450 opened on 2024/01/31

 (8 件のコメント) (0 件のリアクション) (3 人の担当者)TypeScript (125 件のフォーク)auto 404
cifrontendgood first issuehacktoberfestlow priority

Repository metrics

Stars
 (95 個のスター)
PR merge metrics
 (平均マージ 6d 5h) (30d で 42 merged PRs)

説明

open eslint.config.js delete lines with rules that are turned 'off'. After deleting each line, run npm run lint, fix all warnings, and commit the changes. It's recommended to make multiple pull requests, in order to break down this task, this task can have multiple assignees.

  • '@typescript-eslint/no-unsafe-call': 'off',
  • '@typescript-eslint/no-unsafe-member-access': 'off',
  • '@typescript-eslint/no-unsafe-return': 'off',
  • '@typescript-eslint/no-floating-promises': 'off',
  • '@typescript-eslint/restrict-template-expressions': 'off',
  • '@typescript-eslint/no-base-to-string': 'off',
  • '@typescript-eslint/no-unsafe-assignment': 'off',
  • '@typescript-eslint/no-unsafe-argument': 'off',

also, deleting eslint-disable comments would be amazing.

コントリビューターガイド