mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Use String.raw to avoid escaping backslashes in eslint config
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ export default tseslint.config(
|
||||
'error',
|
||||
{
|
||||
'capIsNewExceptions': ['jQuery.Deferred'],
|
||||
'newIsCapExceptionPattern': '\\.default$'
|
||||
'newIsCapExceptionPattern': String.raw`\.default$`
|
||||
}
|
||||
],
|
||||
'no-duplicate-imports': 'error',
|
||||
|
||||
Reference in New Issue
Block a user