/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.78.3
packages/eslint-plugin-react-native/index.js
12 строк
278 B
Nick Gerleman
Rename directory "eslint-config-react-native-community" (#37347)
11 май 2023, 01:46
11 май 2023, 01:46
26983ae
Код
Авторство
О чём код?
/** * 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'), };