Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
fluentui-react-native
зеркало из
https://github.com/microsoft/fluentui-react-native.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули fluentui-react-native
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
702378bccf
fluentui-react-native
/
apps
/
fluent-tester
/
.eslintrc.js
4 строки
81 B
JavaScript
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Consolidate metro config files and split tester bundle (#106) * initial creation of shared tester package * get separate tester to build * initial rework of metro configs * fix metro bundling...maybe * update comments and README * rename Controls to Components in docs
2020-02-15 00:29:10 +03:00
module
.
exports
=
{
Rename internal eslint-config-rules package (#1152) * Rename uifabricshared/eslint-config-rules to fluentui-react-native/eslint-config-rules * Change files
2021-11-12 02:02:31 +03:00
extends
:
[
'@fluentui-react-native/eslint-config-rules'
]
,
Consolidate metro config files and split tester bundle (#106) * initial creation of shared tester package * get separate tester to build * initial rework of metro configs * fix metro bundling...maybe * update comments and README * rename Controls to Components in docs
2020-02-15 00:29:10 +03:00
}
;