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ů.
 
 
 

19 řádky
424 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. },
  15. "parserOptions": {
  16. "project": "./tsconfig.eslint.json"
  17. }
  18. }