Get transcript summaries of Web videos.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

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