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.
consistent-empty-array-spread
1 parent 5463856 commit 8b4a4b5Copy full SHA for 8b4a4b5
src/configs/unicorn.ts
@@ -11,16 +11,17 @@ export async function unicorn(): Promise<TypedFlatConfigItem[]> {
11
rules: {
12
// 'unicorn/better-regex': 'error',
13
'unicorn/catch-error-name': 'error',
14
+ 'unicorn/consistent-empty-array-spread': 'error',
15
'unicorn/custom-error-definition': 'error',
16
'unicorn/error-message': 'error',
- 'unicorn/escape-case': 'error',
17
// 'unicorn/explicit-length-check': 'error',
18
// 'unicorn/filename-case': [
19
// 'error',
20
// {
21
// cases: { kebabCase: true, pascalCase: true },
22
// ignore: [/^[A-Z]+\..*$/],
23
// },
24
+ 'unicorn/escape-case': 'error',
25
// ],
26
'unicorn/new-for-builtins': 'error',
27
// 'unicorn/no-array-callback-reference': 'error',
0 commit comments