Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit da217d2

Browse files
committed
Add demo of lint rule in action
1 parent 0109e34 commit da217d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/IConfigOptions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ import { IClientWellKnown } from "matrix-js-sdk/src/matrix";
2525

2626
// see element-web config.md for non-developer docs
2727
export interface IConfigOptions {
28+
valToProveLintRuleWorks?: never;
29+
2830
// dev note: while true that this is arbitrary JSON, it's valuable to enforce that all
2931
// config options are documented for "find all usages" sort of searching.
3032
// [key: string]: any;

0 commit comments

Comments
 (0)