haseakito / funbase

Next generation creators economy platform website
https://funbase.vercel.app
2 stars 0 forks source link

:ambulance: Hotfix the `eslint` rule #11

Closed haseakito closed 10 months ago

haseakito commented 10 months ago

Issue

Failed to compile because of the following error.

Error: ' can be escaped with ', ‘, ', ’. react/no-unescaped-entities

Fix

Add code below to the .eslintrc.json to disable some React rule. "rules": { "react/no-unescaped-entities": "off" }