소스 검색

chore: disable eslint error/warning of ts-ignore in spec files, for now

Kristian Vos 9 달 전
부모
커밋
7d3713a587
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      backend/.eslintrc

+ 2 - 1
backend/.eslintrc

@@ -100,7 +100,8 @@
 			"rules": {
 				"no-unused-expressions": "off",
 				"prefer-arrow-callback": "off",
-				"func-names": "off"
+				"func-names": "off",
+				"@typescript-eslint/ban-ts-comment": "off"
 			}
 		}
 	]