Get transcript summaries of Web videos.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

19 рядки
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. }