diff --git a/docs/rules/key-format-style.md b/docs/rules/key-format-style.md index 7ba8a272..f038388b 100644 --- a/docs/rules/key-format-style.md +++ b/docs/rules/key-format-style.md @@ -50,7 +50,7 @@ Also, the following localization key definitions are reported as errors, because "camelCase" | "kebab-case" | "snake_case", { "allowArray": false, - "splitByDots": false, + "splitByDots": false } ] } diff --git a/lib/utils/ignored-paths.ts b/lib/utils/ignored-paths.ts index 71f9a894..805fd3ac 100644 --- a/lib/utils/ignored-paths.ts +++ b/lib/utils/ignored-paths.ts @@ -178,7 +178,7 @@ export class IgnoredPaths { statSync(options.ignorePath) ignorePath = options.ignorePath } catch ( - // eslint-disable-next-line @typescript-eslint/no-explicit-any + // eslint-disable-next-line @typescript-eslint/no-explicit-any, prettier/prettier e: any ) { e.message = `Cannot read ignore file: ${options.ignorePath}\nError: ${e.message}` @@ -213,7 +213,7 @@ export class IgnoredPaths { readFileSync(packageJSONPath, 'utf8') ) } catch ( - // eslint-disable-next-line @typescript-eslint/no-explicit-any + // eslint-disable-next-line @typescript-eslint/no-explicit-any, prettier/prettier e: any ) { debug(