浏览代码

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"
 			}
 		}
 	]