chore(striker-ui): allow skip props in object destructure

main
Tsu-ba-me 2 years ago
parent 512ad7f2d8
commit c1326e7792
  1. 3
      striker-ui/.eslintrc.json

@ -56,7 +56,8 @@
"react/jsx-curly-newline": "off", "react/jsx-curly-newline": "off",
"react/jsx-props-no-spreading": "off", "react/jsx-props-no-spreading": "off",
"@next/next/no-img-element": "off", "@next/next/no-img-element": "off",
"@typescript-eslint/camelcase": "off" "@typescript-eslint/camelcase": "off",
"@typescript-eslint/no-unused-vars": [1, { "ignoreRestSiblings": true }]
}, },
"settings": { "settings": {
"react": { "version": "detect" } "react": { "version": "detect" }

Loading…
Cancel
Save