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.
 
 
 

18 line
348 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. },
  11. "extends": [
  12. "lxsmnsyc/typescript/react"
  13. ],
  14. "parserOptions": {
  15. "project": "./tsconfig.eslint.json"
  16. }
  17. }