💼 This rule is enabled in the ✅ recommended
config.
🔧 This rule is automatically fixable by the --fix
CLI option.
class Unicorn {
}
try {
foo();
} catch { }
class Unicorn {}
try {
foo();
} catch {}
💼 This rule is enabled in the ✅ recommended
config.
🔧 This rule is automatically fixable by the --fix
CLI option.
class Unicorn {
}
try {
foo();
} catch { }
class Unicorn {}
try {
foo();
} catch {}