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.
1 parent ce737e3 commit ee6a929Copy full SHA for ee6a929
packages/funbox/src/list.ts
@@ -424,15 +424,15 @@ const list: Record<FunboxName, FunboxMetadata> = {
424
instant_messaging: {
425
description: "Who needs shift anyway?",
426
canGetPb: false,
427
- difficultyLevel: 1,
+ difficultyLevel: 0,
428
properties: ["changesCapitalisation"],
429
frontendFunctions: ["alterText"],
430
name: "instant_messaging",
431
},
432
underscore_spaces: {
433
description: "Underscores_are_better.",
434
435
- difficultyLevel: 0,
+ difficultyLevel: 1,
436
properties: ["ignoresLanguage", "ignoresLayout", "nospace"],
437
438
name: "underscore_spaces",
0 commit comments