Extract and set form values through the DOM—no frameworks required! https://github.com/TheoryOfNekomata/formxtra
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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