/**
 * @fileoverview ESLint ignores.
 */
export const json: readonly ["package-lock.json", "**/.vscode/*.json", "**/jsconfig.json", "**/jsconfig.*.json", "**/tsconfig.json", "**/tsconfig.*.json"];
