Many-in-one AI client.
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.

20 lines
415 B

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