1
0

Merge branch 'develop' into feature/2024.10

This commit is contained in:
dakkar
2024-12-09 09:43:55 +00:00
24 changed files with 1638 additions and 233 deletions
+7
View File
@@ -42,6 +42,13 @@ export default [
name: '__filename',
message: 'Not in ESModule. Use `import.meta.url` instead.',
}],
// https://typescript-eslint.io/rules/prefer-nullish-coalescing/
'@typescript-eslint/prefer-nullish-coalescing': ['warn', {
ignorePrimitives: {
// Without this, the rule breaks for nullable booleans
boolean: true,
},
}],
},
},
{