Design system.
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.
 
 
 

20 lines
412 B

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