-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next #57
Next #57
Conversation
BREAKING CHANGE: bump eslint plugins for major versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Зачем надо было менять npm на yarn?
@@ -0,0 +1,5 @@ | |||
trailingComma: all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Забери настройки форматирования из старого файла .prettierrc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Все наши OpenSource проекты должны следовать единым стандартам форматирования, которые заданы в https://github.com/Byndyusoft/node-base-template и использовать одинаковый пакетный менеджер - yarn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я не участвовал в разработке этих стандартов. Они нелегитимны и не могут применяться в этому пакету.
@@ -57,3 +62,7 @@ Note: If you have React project created with create-react-app, then you haven't | |||
- [@KillWolfVlad](https://github.com/KillWolfVlad) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Забавная сортировка мейнтейнеров.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Сортировку мейнтейнеров не менял
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4
@@ -1,112 +1,128 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Отличный пример того, как форматирование сделало кодревью максимально сложными.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Форматирование поменялось только в 3a67c0a, никаких изменений в правилах в этом коммите нет.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Комментарий был написан к PR, а не к коммиту
Fix #38
Fix #52
Fix #46