Explorar el Código

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

Kristian Vos hace 9 meses
padre
commit
7d3713a587
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"
 			}
 		}
 	]