Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
boll
зеркало из
https://github.com/microsoft/boll.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули boll
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
5af624b7e9
boll
/
.prettierrc
6 строки
77 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Added rules for redundant import detection and node_modules detection. Created 'build' and 'test' scripts and added .prettierrc file.
2020-08-26 23:20:38 +03:00
{
Create First ESLint Config Rule (#16) * Starting to create eslint rule base class * Created first ESLint config rule * Change files * Remove test change to recommended config * Remove more test changes from e2e test file * Add test descriptions * Refactor ESLint rules * Reverting small accidental change * Removing unused test files * moving dependencies from cli packge.json to core package.json * Change files * Having problems getting things to resolve correctly, updating PR to get a more comprehensive diff to see what went awry in the merge * Fix dumb import mistake
2020-09-18 20:08:37 +03:00
"printWidth": 120,
"trailingComma": "none",
"arrowParens": "avoid"
Added rules for redundant import detection and node_modules detection. Created 'build' and 'test' scripts and added .prettierrc file.
2020-08-26 23:20:38 +03:00
}