Design system.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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