Skip to content

Commit 4ab51a6

Browse files
committed
Revert "feat(unicorn): turn on prefer-string-raw"
This reverts commit e3dd241.
1 parent e3dd241 commit 4ab51a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/configs/unicorn.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ 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',
6867
// 'unicorn/prefer-regexp-test': 'error',
6968
'unicorn/prefer-string-replace-all': 'error',
7069
'unicorn/prefer-string-slice': 'error',

0 commit comments

Comments
 (0)