Use forms with or without client-side JavaScript--no code duplication required!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
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. }