eslint plugin files rename from ts to tsx

Summary: mass rename files

Reviewed By: nikoant

Differential Revision: D33890201

fbshipit-source-id: ac73fb040519a566447981bad37b8c78878a5c3d
This commit is contained in:
Anton Kastritskiy
2022-01-31 10:14:58 -08:00
committed by Facebook GitHub Bot
parent a474a0c2f2
commit 2476472344
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/**
* 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.
*
* @format
*/
import {ESLintUtils} from '@typescript-eslint/experimental-utils';
export const createESLintRule = ESLintUtils.RuleCreator(() => ``);