Fix ESLint warnings and and enable max warnings 0 to fail builds (#2101)
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
declare module '*.json' {
|
||||
const value: any;
|
||||
const value: Record<string, unknown>;
|
||||
export default value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user