Skip to content

Commit e3dd241

Browse files
committed
feat(unicorn): turn on prefer-string-raw
1 parent 8b4a4b5 commit e3dd241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/unicorn.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export async function unicorn(): Promise<TypedFlatConfigItem[]> {
6464
'unicorn/prefer-prototype-methods': 'error',
6565
'unicorn/prefer-query-selector': 'error',
6666
'unicorn/prefer-reflect-apply': 'error',
67+
'unicorn/prefer-string-raw': 'error',
6768
// 'unicorn/prefer-regexp-test': 'error',
6869
'unicorn/prefer-string-replace-all': 'error',
6970
'unicorn/prefer-string-slice': 'error',

0 commit comments

Comments
 (0)