Use forms with or without client-side JavaScript--no code duplication required!
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

21 řádky
498 B

  1. {
  2. "root": true,
  3. "extends": [
  4. "lxsmnsyc/typescript/react"
  5. ],
  6. "rules": {
  7. "no-tabs": "off",
  8. "indent": ["error", "tab"],
  9. "react/jsx-indent-props": ["error", "tab"],
  10. "react/jsx-indent": ["error", "tab"],
  11. "react/jsx-props-no-spreading": "off",
  12. "@typescript-eslint/no-misused-promises": "off",
  13. "@typescript-eslint/no-namespace": "off",
  14. "max-classes-per-file": "off",
  15. "import/prefer-default-export": "off"
  16. },
  17. "parserOptions": {
  18. "project": "./tsconfig.eslint.json"
  19. }
  20. }