Feature/switch the consistent-type-definitions eslint rule from warn to error (#3980)
* Switch the consistent-type-definitions eslint rule from warn to error * Update changelog --------- Signed-off-by: Dominik Willner <th33xitus@gmail.com>pull/3981/head
parent
76ff34b0c4
commit
405ec0d2b2
@ -1,4 +1,4 @@
|
||||
export type ToggleOption = {
|
||||
export interface ToggleOption {
|
||||
label: string;
|
||||
value: string;
|
||||
};
|
||||
}
|
Loading…
Reference in new issue