Get transcript summaries of Web videos.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

19 řádky
518 B

  1. {
  2. "root": true,
  3. "rules": {
  4. "@typescript-eslint/no-unsafe-argument": "off",
  5. "@typescript-eslint/no-unsafe-member-access": "off",
  6. "@typescript-eslint/no-unsafe-assignment": "off",
  7. "@typescript-eslint/no-unsafe-call": "off",
  8. "@typescript-eslint/no-unsafe-return": "off",
  9. "@typescript-eslint/no-namespace": "off",
  10. "@typescript-eslint/restrict-template-expressions": "off"
  11. },
  12. "extends": [
  13. "lxsmnsyc/typescript"
  14. ],
  15. "parserOptions": {
  16. "project": "./tsconfig.eslint.json"
  17. }
  18. }