/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
.prettierrc.js
21 строка
365 B
ZYSzys
Add `use strict` to .prettierrc.js (#13787)
21 окт 2018, 00:42
21 окт 2018, 00:42
d37f595
Код
Авторство
О чём код?
'use strict'; const {esNextPaths} = require('./scripts/shared/pathsByLanguageVersion'); module.exports = { bracketSpacing: false, singleQuote: true, jsxBracketSameLine: true, trailingComma: 'es5', printWidth: 80, parser: 'babylon', overrides: [ { files: esNextPaths, options: { trailingComma: 'all', }, }, ], };