chore(front-end): add ESlint next.js integration

main
Josue 3 years ago committed by Tsu-ba-me
parent 89318d2617
commit ed3a058937
  1. 6
      striker-ui/.eslintrc.json

@ -16,7 +16,8 @@
"plugin:prettier/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"prettier"
"prettier",
"next/core-web-vitals"
],
"plugins": [
"@typescript-eslint",
@ -54,7 +55,8 @@
"react/react-in-jsx-scope": "off",
"react/jsx-curly-newline": "off",
"camelcase": "off",
"@typescript-eslint/camelcase": "off"
"@typescript-eslint/camelcase": "off",
"@next/next/no-img-element": "off"
},
"settings": {
"react": { "version": "detect" }

Loading…
Cancel
Save