/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
babel.sublime-project
20 строк
363 B
fisker Cheung
Remove `eslint-plugin-prettier` (#16823)
11 сен 2024, 14:21
Не верифицирован
11 сен 2024, 14:21
b25a8a5
Код
Авторство
О чём код?
{ "settings": { "rulers": [80], // Set to false to disable detection of tabs vs. spaces on load "detect_indentation": false, "translate_tabs_to_spaces": true, "tab_size": 2, }, "folders": [ { "path": ".", "folder_exclude_patterns": ["packages/*/lib", "node_modules"], "file_exclude_patterns": [], }, ], }