We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prefer-string-raw
1 parent e3dd241 commit 4ab51a6Copy full SHA for 4ab51a6
src/configs/unicorn.ts
@@ -64,7 +64,6 @@ export async function unicorn(): Promise<TypedFlatConfigItem[]> {
64
'unicorn/prefer-prototype-methods': 'error',
65
'unicorn/prefer-query-selector': 'error',
66
'unicorn/prefer-reflect-apply': 'error',
67
- 'unicorn/prefer-string-raw': 'error',
68
// 'unicorn/prefer-regexp-test': 'error',
69
'unicorn/prefer-string-replace-all': 'error',
70
'unicorn/prefer-string-slice': 'error',
0 commit comments