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:
committed by
Facebook GitHub Bot
parent
a474a0c2f2
commit
2476472344
12
desktop/eslint-plugin-flipper/src/utils/createEslintRule.tsx
Normal file
12
desktop/eslint-plugin-flipper/src/utils/createEslintRule.tsx
Normal 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(() => ``);
|
||||
Reference in New Issue
Block a user