Skip to content

Commit

Permalink
Revert "feat(unicorn): turn on prefer-string-raw"
Browse files Browse the repository at this point in the history
This reverts commit e3dd241.
  • Loading branch information
coderwyd committed May 20, 2024
1 parent e3dd241 commit 4ab51a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/unicorn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export async function unicorn(): Promise<TypedFlatConfigItem[]> {
'unicorn/prefer-prototype-methods': 'error',
'unicorn/prefer-query-selector': 'error',
'unicorn/prefer-reflect-apply': 'error',
'unicorn/prefer-string-raw': 'error',
// 'unicorn/prefer-regexp-test': 'error',
'unicorn/prefer-string-replace-all': 'error',
'unicorn/prefer-string-slice': 'error',
Expand Down

0 comments on commit 4ab51a6

Please sign in to comment.