We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec35422 commit 91ee9a4Copy full SHA for 91ee9a4
src/rules/no-restricted-syntax.ts
@@ -31,7 +31,7 @@ type Config = z.infer<typeof ConfigSchema>;
31
32
export const NoRestrictedSyntax: RuleDefinitionWithConfig<Config> = {
33
name: "no-restricted-syntax",
34
- recommended: true,
+ recommended: false,
35
parseConfig: (config: unknown) => ConfigSchema.parse(config),
36
create: function (config: Config) {
37
return new NoRestrictedSyntaxRule(this.name, config);
0 commit comments