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

Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]:

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