Browse Source

config(web): update eslint config

pull/48/head
isra el 1 year ago
parent
commit
0be27d021d
  1. 5
      web/.eslintrc.json

5
web/.eslintrc.json

@ -1,3 +1,6 @@
{ {
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
} }
Loading…
Cancel
Save