Get transcript summaries of Web videos.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

19 rindas
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. }