/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.86.2
packages/eslint-plugin-react-native/index.js
20 строк
465 B
pipopotamasu
Add support for Flat Config (eslint v9) (#54297)
13 ноя 2025, 21:47
13 ноя 2025, 21:47
1859245
Код
Авторство
О чём код?
/** * 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 * @noflow */ module.exports = { meta: { name: '@react-native/eslint-plugin', version: require('./package.json').version, }, rules: { 'platform-colors': require('./platform-colors'), 'no-deep-imports': require('./no-deep-imports'), }, };