You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Add eslint-disable for no-template-curly-in-string in typescript.ts
This commit disables the eslint rule `no-template-curly-in-string` for a particular line in typescript.ts file. This was necessary as the rule was preventing the usage of template literals in string, which is needed to construct `tsconfigPath`. The path created is used to add typescript compilation command.
Signed-off-by: prisis <[email protected]>
0 commit comments