Add missing copyright header (#33106)

This made the build fail since there was no file header comment.
This commit is contained in:
Jan Kassens 2025-05-02 16:52:17 -04:00 committed by GitHub
parent 0d695bea10
commit 9de0304ad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -1 +1,8 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export * from './cjs/eslint-plugin-react-hooks';

View File

@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
// TODO: this doesn't make sense for an ESLint rule.