Browse Source

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

Kristian Vos 9 months ago
parent
commit
7d3713a587
1 changed files with 2 additions and 1 deletions
  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"
 			}
 		}
 	]