every time I code like this $ {row.name}, I get this error "eslint.org/docs/rules/no-template-curly-in-string Unexpected expression of pattern string".
Any help?
ES6 template strings should be used with backquotes, not single quotes. Replace this:
'delete the item ${row.name}'
Wherein:
`delete the item ${row.name}`
And here is the ESLint example requested in the comments: http://eslint.org/docs/rules/no-template-curly-in-string#examples
Source: https://habr.com/ru/post/1261118/More articles:Is there any way to collapse with an index in Rust? - indexinghttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1261114/add-different-routesscreens-to-flutter-app&usg=ALkJrhjpp6jq6fG5HdQehvOtfNaWD1CKAgTernary style operator with React Js Es 6 - ecmascript-6https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1261116/does-select2-dropdown-support-using-ajax-and-allowing-users-to-enter-in-new-values&usg=ALkJrhh8CagCXnBj1jw1LaLOK38FbHZHyAHow to Change Spring Repackage Boot Boot File? - javaFirefox - document.execCommand ('cut /' copy) was rejected because it was not called from a short run event handler created by the user - javascriptIn which functions, how to add an action to a LiquidFloatingActionButton index cell? - iosUnable to load `Cwd` (and other, non-core modules) at run time - importDefine an array of several models in Swagger 2.0 - swaggerInstall the same software / version with different compilers side by side - homebrewAll Articles