From 737ab4fef9fae2e9958b32c155cd397260a9cb99 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Sat, 24 Feb 2024 16:32:56 -0300 Subject: [PATCH] Added file-level comment to examples/index.js --- examples/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/index.js b/examples/index.js index 13f1a23..737c8a3 100644 --- a/examples/index.js +++ b/examples/index.js @@ -1,4 +1,9 @@ -/* eslint-disable no-unused-vars, react/jsx-no-undef, react/prop-types*/ +/** + * @file examples/index.js + * @fileoverview This is a repertoire of snippets exploring Rollbar's usage. + */ + +/* eslint-disable no-unused-vars, react/jsx-no-undef, react/prop-types */ import React, { useEffect, useState } from 'react' import Rollbar from 'rollbar'