Unexpected template string expression no-template-curly-in-string in react

refference : https://eslint.org/docs/rules/no-template-curly-in-string

Issue: Unexpected template string expression  no-template-curly-in-string


Reason : having (' ') or (" ")


fix :


instead (' ') use (` `)

Comments

Popular posts from this blog

"status": 404, "error": "not found", "message": "no message available", "path": "/api/employee"

There was an unexpected error (type=Not Found, status=404). No message available in Springboot