1 parent d4c3cdf commit e110165Copy full SHA for e110165
1 file changed
src/options/config/read-config-file.ts
@@ -20,7 +20,7 @@ export async function readConfigFile(
20
});
21
}
22
23
-// ensure backwards compatability when config options are renamed
+// ensure backwards compatibility when config options are renamed
24
export function parseConfigFile(fileContents: string): ConfigFileOptions {
25
const configWithoutComments = stripJsonComments(fileContents);
26
const parsed = JSON.parse(configWithoutComments) as ConfigFileOptions & {
0 commit comments