We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f89f8f commit 5436b87Copy full SHA for 5436b87
1 file changed
lib/feature_toggle.ts
@@ -14,6 +14,8 @@
14
* limitations under the License.
15
*/
16
17
+/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
18
+
19
/**
20
* This module contains feature flags that control the availability of features under development.
21
* Each flag represents a feature that is not yet ready for production release. These flags
0 commit comments