Extract and set form values through the DOM—no frameworks required! https://github.com/TheoryOfNekomata/formxtra
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

17 wiersze
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. }