diff --git a/striker-ui/.eslintrc.json b/striker-ui/.eslintrc.json index 89399132..91857453 100644 --- a/striker-ui/.eslintrc.json +++ b/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" }