We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663cd4a commit 1ad7bdaCopy full SHA for 1ad7bda
lib/options.ts
@@ -94,6 +94,8 @@ export class Options {
94
javascript: { type: OptionType.Boolean, hasSensitiveValue: false },
95
ng: { type: OptionType.Boolean, hasSensitiveValue: false },
96
angular: { type: OptionType.Boolean, hasSensitiveValue: false },
97
+ react: { type: OptionType.Boolean, hasSensitiveValue: false },
98
+ reactjs: { type: OptionType.Boolean, hasSensitiveValue: false },
99
vue: { type: OptionType.Boolean, hasSensitiveValue: false },
100
vuejs: { type: OptionType.Boolean, hasSensitiveValue: false },
101
tsc: { type: OptionType.Boolean, hasSensitiveValue: false },
0 commit comments