chore: remove camelcase rule from eslint

main
Josue 4 years ago committed by Tsu-ba-me
parent ddc1d1593c
commit ef02ddcf81
  1. 5
      striker-ui/.eslintrc.json

@ -52,7 +52,10 @@
// Use TypeScript's types for component props
"react/prop-types": "off",
// Importing React is not required in Next.js
"react/react-in-jsx-scope": "off"
"react/react-in-jsx-scope": "off",
"camelcase": "off",
"@typescript-eslint/camelcase": "off"
},
"settings": {
"react": { "version": "detect" }

Loading…
Cancel
Save