/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/eslint-plugin-specs/index.js
23 строки
491 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 */ 'use strict'; const reactNativeModules = require('./react-native-modules'); module.exports = { meta: { name: '@react-native/eslint-plugin-specs', version: require('./package.json').version, }, rules: { 'react-native-modules': reactNativeModules, }, };