chore(front-end): fix eslint-prettier conflict

main
Josue 4 years ago
parent 159c02e0ab
commit 3344c87897
  1. 2
      striker-ui/.eslintrc.json

@ -52,7 +52,7 @@
"react/prop-types": "off",
// Importing React is not required in Next.js
"react/react-in-jsx-scope": "off",
"react/jsx-curly-newline": "off",
"camelcase": "off",
"@typescript-eslint/camelcase": "off"
},

Loading…
Cancel
Save