Extract and set form values through the DOM—no frameworks required! https://github.com/TheoryOfNekomata/formxtra
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.
 
 
 

17 rindas
409 B

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