/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
private/helloworld/.prettierrc.js
24 строки
466 B
Sam Zhou
Bump to latest prettier (#57473)
08 июл 2026, 15:24
08 июл 2026, 15:24
537d867
Код
Авторство
О чём код?
/** * 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 */ module.exports = { arrowParens: 'avoid', bracketSameLine: true, bracketSpacing: false, singleQuote: true, trailingComma: 'all', overrides: [ { files: ['*.js', '*.js.flow'], options: { parser: 'flow', }, }, ], };