Design system.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

17 righe
300 B

  1. {
  2. "root": true,
  3. "rules": {
  4. "react/jsx-props-no-spreading": "off",
  5. "no-tabs": "off",
  6. "indent": "off",
  7. "react/jsx-indent": "off",
  8. "react/jsx-indent-props": "off"
  9. },
  10. "extends": [
  11. "lxsmnsyc/typescript/react"
  12. ],
  13. "parserOptions": {
  14. "project": "./tsconfig.eslint.json"
  15. }
  16. }