mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
26983aed25
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37347 This fixes the file-structure of `eslint-config-react-native-communtiy`, and `eslint-plugin-react-native-communtiy` to match the name they were renamed to as part of 0.72. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D45721173 fbshipit-source-id: 7ad784dbf56fb4cd05d7dba608e6d5064392e43d
13 lines
278 B
JavaScript
13 lines
278 B
JavaScript
/**
|
|
* 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
|
|
*/
|
|
|
|
exports.rules = {
|
|
'platform-colors': require('./platform-colors'),
|
|
};
|