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.
unicorn/better-regex
1 parent a1a0449 commit b1718a2Copy full SHA for b1718a2
src/configs/unicorn.ts
@@ -9,6 +9,7 @@ export async function unicorn(): Promise<FlatConfigItem[]> {
9
unicorn: pluginUnicorn,
10
},
11
rules: {
12
+ 'unicorn/better-regex': 'error',
13
// Pass error message when throwing errors
14
'unicorn/error-message': 'error',
15
// Uppercase regex escapes
src/configs/unocss.ts
@@ -21,7 +21,7 @@ export async function unocss(
21
22
return [
23
{
24
- name: 'antfu:unocss',
+ name: 'coderwyd:unocss',
25
plugins: {
26
unocss: pluginUnoCSS,
27
0 commit comments